Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: kalyan <[email protected]>
  • Loading branch information
rawwar committed Dec 1, 2023
1 parent 5f2bfb1 commit 4cbb4be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/ml_commons/test_model_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@
from tests import OPENSEARCH_TEST_CLIENT

OPENSEARCH_VERSION = parse_version(os.environ.get("OPENSEARCH_VERSION", "2.11.0"))
CONNECTOR_MIN_VERSION = parse_version("2.11.0")
CONNECTOR_MIN_VERSION = parse_version("2.9.0")

print("!@#", OPENSEARCH_VERSION < CONNECTOR_MIN_VERSION)
@pytest.fixture
def client():
return Connector(OPENSEARCH_TEST_CLIENT)
Expand Down

0 comments on commit 4cbb4be

Please sign in to comment.