Skip to content

Commit

Permalink
fixed contour typo
Browse files Browse the repository at this point in the history
KU-1063
  • Loading branch information
Maciek Golaszewski committed Jul 16, 2024
1 parent 092775b commit 3460a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sanity/test_rock.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


def test_sanity():
image_variable = "ROCK_CONTUR"
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 3460a29

Please sign in to comment.