Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jhamon committed Oct 24, 2024
1 parent 57b45fe commit d23ab4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/control/pod/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def attempt_delete_collection(client, collection_name):
time.sleep(5)
try:
print(f"Attempting delete of collection {collection_name}")
client.delete_collection(collection_name, -1)
client.delete_collection(collection_name)
print(f"Deleted collection {collection_name}")
break
except Exception as e:
Expand Down

0 comments on commit d23ab4e

Please sign in to comment.