Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jmichalak committed May 28, 2024
1 parent 1762d72 commit c44dc90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sdk/testint/session_policies_gen_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ func TestInt_SessionPolicies(t *testing.T) {
returnedSessionPolicies, err := client.SessionPolicies.Show(ctx, showRequest)
require.NoError(t, err)

assert.Equal(t, 2, len(returnedSessionPolicies))
assert.LessOrEqual(t, 2, len(returnedSessionPolicies))
assert.Contains(t, returnedSessionPolicies, *sessionPolicy1)
assert.Contains(t, returnedSessionPolicies, *sessionPolicy2)
})
Expand Down

0 comments on commit c44dc90

Please sign in to comment.