Skip to content

Commit

Permalink
fix IT
Browse files Browse the repository at this point in the history
  • Loading branch information
jillingk committed Mar 15, 2024
1 parent ab45f5e commit fc50621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/legalentity/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func Test_LegalEntity_Integration(t *testing.T) {
res, httpRes, err := service.LegalEntitiesApi.GetLegalEntity(context.Background(), req)

require.NoError(t, err)
assert.Equal(t, 200, httpRes.StatusCode)
assert.Equal(t, 202, httpRes.StatusCode)
assert.Equal(t, legalEntityId, res.GetId())
})
}

0 comments on commit fc50621

Please sign in to comment.