Skip to content

Commit 6cd52fc

Browse files
authored
test: fix Weaviate tests to include grpc_config (#2871)
1 parent 8800e5c commit 6cd52fc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

integrations/weaviate/tests/test_document_store.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ def test_to_dict(self, _mock_weaviate, monkeypatch):
212212
"session_pool_max_retries": 3,
213213
"session_pool_timeout": 5,
214214
},
215+
"grpc_config": None,
215216
"proxies": {"http": "http://proxy:1234", "https": None, "grpc": None},
216217
"timeout": [30, 90],
217218
"trust_env": False,

0 commit comments

Comments
 (0)