Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Apr 19, 2019
1 parent 7d03426 commit 03ec071
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/porcelain/deploy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ func TestOpenAPIClientWithWeirdResponse(t *testing.T) {

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

Expand Down

0 comments on commit 03ec071

Please sign in to comment.