linter appeasement

This commit is contained in:
vilmibm 2020-07-21 17:47:44 -05:00
parent c06eacf4ee
commit 496ed477c5

View file

@ -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