We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbd72c6 commit d1c705bCopy full SHA for d1c705b
tests/test_3400_soda_collection.py
@@ -631,7 +631,7 @@ def test_3428_fetch_array_size(self):
631
632
def test_3429_getting_indexes(self):
633
"3429 - test getting indexes on a collection"
634
- soda_db = self.get_soda_database()
+ soda_db = self.get_soda_database(minclient=(19, 13))
635
coll = soda_db.createCollection("TestSodaListIndexes")
636
coll.drop()
637
0 commit comments