Skip to content

Commit

Permalink
Revert env rock naming
Browse files Browse the repository at this point in the history
  • Loading branch information
berkayoz committed Jul 19, 2024
1 parent a95a1a3 commit 5e5cf62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/integration/test_contour.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@


def test_integration_contour(module_instance: harness.Instance):
image_name_env_variable = "ROCK_CONTOUR_V1_28_2"
image_name_env_variable = "ROCK_CONTOUR"

image_uri = os.getenv(image_name_env_variable)
assert image_uri is not None, f"{image_name_env_variable} is not set"
Expand Down
2 changes: 1 addition & 1 deletion tests/sanity/test_rock.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


def test_sanity():
image_variable = "ROCK_CONTOUR_V1_28_2"
image_variable = "ROCK_CONTOUR"
entrypoint = "contour"
image = os.getenv(image_variable)
assert image is not None, f"${image_variable} is not set"
Expand Down

0 comments on commit 5e5cf62

Please sign in to comment.