Skip to content

Commit

Permalink
Fix opensearch
Browse files Browse the repository at this point in the history
  • Loading branch information
vblagoje committed Jun 3, 2024
1 parent 558a9b9 commit 658ee8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integrations/opensearch/tests/test_bm25_retriever.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def test_init_default():
assert not retriever._scale_score
assert retriever._filter_policy == "replace"


@patch("haystack_integrations.document_stores.opensearch.document_store.OpenSearch")
def test_to_dict(_mock_opensearch_client):
document_store = OpenSearchDocumentStore(hosts="some fake host")
Expand Down

0 comments on commit 658ee8a

Please sign in to comment.