Skip to content

Commit 6448a70

Browse files
zachaysantiagoapolo
authored andcommitted
Page non-deterministic results
1 parent 59d2648 commit 6448a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/tests/unit/environments/dynamodb/wrappers/test_unit_dynamodb_environment_v2_wrapper.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def test_environment_v2_wrapper__get_identity_overrides_by_environment_id_with_p
131131

132132
# Then
133133
assert len(results) == 1
134-
assert len(results[0].items) == 6215
134+
assert 6000 < len(results[0].items) < 6350
135135
assert results[0].is_num_identity_overrides_complete is False
136136

137137

0 commit comments

Comments
 (0)