diff --git a/integration/test_collection_batch_delete.py b/integration/test_collection_batch_delete.py index ae1cac064..105506af7 100644 --- a/integration/test_collection_batch_delete.py +++ b/integration/test_collection_batch_delete.py @@ -645,7 +645,7 @@ def test_delete_many_with_consistency_level( Property(name="text", data_type=DataType.TEXT), Property(name="int", data_type=DataType.INT), ], - ).with_consistency_level(ConsistencyLevel.ALL) + ).with_consistency_level(ConsistencyLevel.ONE) collection.data.insert_many( [ DataObject(properties={"int": 10}, uuid=UUID1),