Skip to content

Commit

Permalink
fix api suite test
Browse files Browse the repository at this point in the history
  • Loading branch information
parvit committed Sep 9, 2024
1 parent 45606ba commit ae96390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/api_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func (s *APIClientSuite) TestDoAPIRequest() {

body := make([]byte, 1024)
n, err := resp.Body.Read(body)
assert.Equal(t, io.EOF, err)
assert.Nil(t, err)

t.Logf("data: %v\n", string(body[:n]))

Expand Down

0 comments on commit ae96390

Please sign in to comment.