We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d03426 commit 03ec071Copy full SHA for 03ec071
go/porcelain/deploy_test.go
@@ -87,8 +87,8 @@ func TestOpenAPIClientWithWeirdResponse(t *testing.T) {
87
88
httpClient := http.DefaultClient
89
authInfo := runtime.ClientAuthInfoWriterFunc(func(r runtime.ClientRequest, _ strfmt.Registry) error {
90
- _ = r.SetHeaderParam("User-Agent", "buildbot")
91
- _ = r.SetHeaderParam("Authorization", "Bearer 1234")
+ r.SetHeaderParam("User-Agent", "buildbot")
+ r.SetHeaderParam("Authorization", "Bearer 1234")
92
return nil
93
})
94
0 commit comments