Skip to content

Commit

Permalink
fix weaviate
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Oct 17, 2024
1 parent 451001a commit 645e92e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integrations/weaviate/tests/test_document_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ 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],
Expand Down

0 comments on commit 645e92e

Please sign in to comment.