Skip to content

Commit

Permalink
Update files
Browse files Browse the repository at this point in the history
  • Loading branch information
raminqaf committed Jun 26, 2024
1 parent ce461b9 commit 3b48303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pipeline/test_generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -862,6 +862,6 @@ def test_substitution_in_resetter(self):
assert enriched_pipeline[0]["_resetter"]["name"] == "es-sink-connector"
assert enriched_pipeline[0]["_resetter"]["app"]["label"] == "es-sink-connector"
assert (
enriched_pipeline[1]["_resetter"]["app"]["imageTag"]
enriched_pipeline[0]["_resetter"]["app"]["imageTag"]
== "override-default-image-tag"
)

0 comments on commit 3b48303

Please sign in to comment.