Skip to content

Commit

Permalink
Page non-deterministic results
Browse files Browse the repository at this point in the history
  • Loading branch information
zachaysan committed Dec 9, 2024
1 parent f1a91b1 commit 0c620a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def test_environment_v2_wrapper__get_identity_overrides_by_environment_id_with_p

# Then
assert len(results) == 1
assert len(results[0].items) == 6215
assert 6000 < len(results[0].items) < 6350
assert results[0].is_num_identity_overrides_complete is False


Expand Down

0 comments on commit 0c620a8

Please sign in to comment.