Skip to content

Commit

Permalink
Fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
jhamon committed Dec 6, 2024
1 parent 6d6f63e commit d7f406f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/data/test_query_namespaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,4 +220,4 @@ def test_missing_metric(self, idx):
filter={},
top_k=2,
)
assert str(e.value) == "query_namespaces() missing 1 required positional argument: 'metric'"
assert "query_namespaces() missing 1 required positional argument: 'metric'" in str(e.value)

0 comments on commit d7f406f

Please sign in to comment.