Skip to content

Commit b66b5ff

Browse files
authored
test: special shard key (#33)
1 parent f3b0bff commit b66b5ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/python/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
QDRANT_EMBEDDING_DIM = 6
1313
QDRANT_DISTANCE = models.Distance.COSINE
1414
QDRANT_API_KEY = uuid4().hex
15-
STRING_SHARD_KEY = "string_shard_key"
15+
STRING_SHARD_KEY = "string_shard_key_32_()-"
1616
INTEGER_SHARD_KEY = 876
1717

1818

0 commit comments

Comments
 (0)