Skip to content

Commit ceebdd6

Browse files
committed
Lint
1 parent b465970 commit ceebdd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/settings/test_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ def test_reset_settings(new_settings, empty_index):
9292
assert response["searchableAttributes"] == ["*"]
9393
assert response["stopWords"] == []
9494
assert response["synonyms"] == {}
95-
assert response.get("embedders") is {}
95+
assert response["embedders"] == {}

0 commit comments

Comments
 (0)