Skip to content

Commit

Permalink
Fix opensearch mock tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliottKasoar committed Jun 12, 2024
1 parent 9b1f7bb commit d57f863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_opensearch_mock.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def abcd(self):
logging.basicConfig(level=logging.INFO)

url = f"opensearch://admin:admin@{host}:{port}"
opensearch_abcd = ABCD.from_url(url, index_name="test_index", analyse_schema=False)
opensearch_abcd = ABCD.from_url(url, index_name="test_index", use_ssl=False)
assert isinstance(opensearch_abcd, OpenSearchDatabase)
return opensearch_abcd

Expand Down

0 comments on commit d57f863

Please sign in to comment.