We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8800e5c commit 6cd52fcCopy full SHA for 6cd52fc
1 file changed
integrations/weaviate/tests/test_document_store.py
@@ -212,6 +212,7 @@ def test_to_dict(self, _mock_weaviate, monkeypatch):
212
"session_pool_max_retries": 3,
213
"session_pool_timeout": 5,
214
},
215
+ "grpc_config": None,
216
"proxies": {"http": "http://proxy:1234", "https": None, "grpc": None},
217
"timeout": [30, 90],
218
"trust_env": False,
0 commit comments