From 496ed477c571c7955379154ef6c202fa30b38e88 Mon Sep 17 00:00:00 2001 From: vilmibm Date: Tue, 21 Jul 2020 17:47:44 -0500 Subject: [PATCH] linter appeasement --- pkg/cmd/gist/create/create_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/gist/create/create_test.go b/pkg/cmd/gist/create/create_test.go index 958d09355..048bdda1d 100644 --- a/pkg/cmd/gist/create/create_test.go +++ b/pkg/cmd/gist/create/create_test.go @@ -268,7 +268,7 @@ func Test_CreateRun_reauth(t *testing.T) { StatusCode: 404, Request: req, Header: map[string][]string{ - "X-Oauth-Scopes": []string{"coolScope"}, + "X-Oauth-Scopes": {"coolScope"}, }, Body: ioutil.NopCloser(bytes.NewBufferString("oh no")), }, nil