X Tutup
Skip to content

Commit 496ed47

Browse files
committed
linter appeasement
1 parent c06eacf commit 496ed47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/gist/create/create_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ func Test_CreateRun_reauth(t *testing.T) {
268268
StatusCode: 404,
269269
Request: req,
270270
Header: map[string][]string{
271-
"X-Oauth-Scopes": []string{"coolScope"},
271+
"X-Oauth-Scopes": {"coolScope"},
272272
},
273273
Body: ioutil.NopCloser(bytes.NewBufferString("oh no")),
274274
}, nil

0 commit comments

Comments
 (0)
X Tutup