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 9c4124c commit 1c8a010Copy full SHA for 1c8a010
tests/client/test_client_multi_search_meilisearch.py
@@ -77,6 +77,7 @@ def test_multi_search_with_federation_options(client, index_with_documents):
77
assert response["offset"] == 0
78
79
80
+@pytest.mark.usefixtures("enable_network_options")
81
def test_multi_search_with_network(client, index_with_documents):
82
"""Tests multi-search with network, with federation options."""
83
index_with_documents()
0 commit comments