Skip to content

Commit

Permalink
change variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal committed Aug 4, 2022
1 parent 2820baa commit d6f9fc4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions smoke-test/tests/read_only/test_services_up.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

from tests.utils import get_gms_url, wait_for_healthcheck_util

DATAHUB_VERSION = os.getenv("DATAHUB_VERSION")
# Kept separate so that it does not cause failures in PRs
DATAHUB_VERSION = os.getenv("TEST_DATAHUB_VERSION")


@pytest.mark.read_only
Expand All @@ -21,4 +22,4 @@ def test_gms_config_accessible():
if DATAHUB_VERSION is not None:
assert gms_config["versions"]["linkedin/datahub"]["version"] == DATAHUB_VERSION
else:
print("[WARN] DATAHUB_VERSION is not set")
print("[WARN] TEST_DATAHUB_VERSION is not set")

0 comments on commit d6f9fc4

Please sign in to comment.