Skip to content

Commit

Permalink
Remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
Beppe Catanese committed Dec 9, 2024
1 parent 3078302 commit e7d36bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/checkout/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ func TestCheckoutIntegration(t *testing.T) {
e := err.(common.APIError)

require.NotNil(t, e.RawBody)
fmt.Println(string(e.RawBody))

assert.Equal(t, float64(422), e.Status)
assert.Equal(t, "validation", e.Type)
Expand Down

0 comments on commit e7d36bf

Please sign in to comment.