Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nodece committed May 25, 2022
1 parent cd68f77 commit e02e615
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pulsar/internal/auth/basic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ func TestNewAuthenticationBasicWithParams(t *testing.T) {
require.NoError(t, err)

body, err := ioutil.ReadAll(resp.Body)
_ = resp.Body.Close()
require.NoError(t, err)
require.Equal(t, []byte("Basic YWRtaW46MTIzNDU2"), body)
}
Expand Down

0 comments on commit e02e615

Please sign in to comment.