Skip to content

Commit

Permalink
fix astra nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed May 30, 2024
1 parent c58b319 commit f68b0dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/astra/tests/test_document_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def mock_auth(monkeypatch):


@mock.patch("haystack_integrations.document_stores.astra.astra_client.AstraDB")
def test_init_is_lazy(_mock_client):
def test_init_is_lazy(_mock_client, mock_auth):
_ = AstraDocumentStore()
_mock_client.assert_not_called()

Expand Down

0 comments on commit f68b0dc

Please sign in to comment.