Skip to content

Commit d820883

Browse files
fix: improve a test
1 parent 6ad88fd commit d820883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_qdrant.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def test_qdrant_migrate_bad_url(
7676
"qdrant",
7777
"migrate",
7878
qdrant_collection_name,
79-
"INVALID", # Bad HTTP URL as intended.
79+
"", # Bad HTTP URL as intended.
8080
"", # no API key needed in :memory: mode
8181
postgres_connection_string,
8282
],

0 commit comments

Comments
 (0)