Skip to content

Commit 03ec071

Browse files
committed
Style
1 parent 7d03426 commit 03ec071

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go/porcelain/deploy_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ func TestOpenAPIClientWithWeirdResponse(t *testing.T) {
8787

8888
httpClient := http.DefaultClient
8989
authInfo := runtime.ClientAuthInfoWriterFunc(func(r runtime.ClientRequest, _ strfmt.Registry) error {
90-
_ = r.SetHeaderParam("User-Agent", "buildbot")
91-
_ = r.SetHeaderParam("Authorization", "Bearer 1234")
90+
r.SetHeaderParam("User-Agent", "buildbot")
91+
r.SetHeaderParam("Authorization", "Bearer 1234")
9292
return nil
9393
})
9494

0 commit comments

Comments
 (0)