Skip to content

Commit

Permalink
feat: Check if url is an HTTP URL
Browse files Browse the repository at this point in the history
  • Loading branch information
juancarlospaco committed Nov 11, 2024
1 parent cc6ce69 commit 7d003f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_qdrant.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ def test_qdrant_migrate_bad_url(
],
)
except ValueError as e:
print("OK")
raise "A"
else:
print("BAD")
raise "B"

0 comments on commit 7d003f6

Please sign in to comment.