We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62cfc03 commit 870f90dCopy full SHA for 870f90d
meilisearch/tests/client/test_client.py
@@ -27,7 +27,7 @@ def test_client_timeout_not_set():
27
28
29
def test_client_timeout_error():
30
- client = meilisearch.Client(BASE_URL, MASTER_KEY, timeout=1e-10)
+ client = meilisearch.Client("http://wrongurl:1234", MASTER_KEY, timeout=1)
31
32
with pytest.raises(MeiliSearchTimeoutError):
33
client.health()
0 commit comments