We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ad88fd commit d820883Copy full SHA for d820883
tests/test_qdrant.py
@@ -76,7 +76,7 @@ def test_qdrant_migrate_bad_url(
76
"qdrant",
77
"migrate",
78
qdrant_collection_name,
79
- "INVALID", # Bad HTTP URL as intended.
+ "", # Bad HTTP URL as intended.
80
"", # no API key needed in :memory: mode
81
postgres_connection_string,
82
],
0 commit comments