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.
2 parents edf4b4d + 147c217 commit 22470c4Copy full SHA for 22470c4
meilisearch/tests/client/test_client_health_meilisearch.py
@@ -12,6 +12,6 @@ def test_is_healthy(client):
12
13
def test_is_healthy_bad_route():
14
"""Tests checking if is_healthy returns false when trying to reach a bad URL."""
15
- client = meilisearch.Client("http://wrongurl:1234")
+ client = meilisearch.Client("http://wrongurl:1234", timeout=1)
16
response = client.is_healthy()
17
assert response is False
0 commit comments