From d98c39e5854eb6c2121dc19448bd880a7f3045de Mon Sep 17 00:00:00 2001 From: anakin87 Date: Thu, 17 Oct 2024 12:12:57 +0200 Subject: [PATCH] revert weaviate change --- integrations/weaviate/tests/test_document_store.py | 1 - 1 file changed, 1 deletion(-) diff --git a/integrations/weaviate/tests/test_document_store.py b/integrations/weaviate/tests/test_document_store.py index 12f4ca774..190c23408 100644 --- a/integrations/weaviate/tests/test_document_store.py +++ b/integrations/weaviate/tests/test_document_store.py @@ -265,7 +265,6 @@ def test_to_dict(self, _mock_weaviate, monkeypatch): "session_pool_connections": 20, "session_pool_maxsize": 100, "session_pool_max_retries": 3, - "session_pool_timeout": 5, }, "proxies": {"http": "http://proxy:1234", "https": None, "grpc": None}, "timeout": [30, 90],