linter appeasement
This commit is contained in:
parent
c06eacf4ee
commit
496ed477c5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue