Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner authored and renovate[bot] committed Aug 6, 2024
1 parent 845da49 commit 4cc7667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acceptance_tests/tests/tests/test_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ def test_get_hello(composition):
logs = [
o for o in logs if o != "The environment variable 'test' is duplicated with different case, ignoring"
]
assert logs[0] == "master"
assert len([o for o in logs if o == "master"]) == 1, "\n".join(logs)

0 comments on commit 4cc7667

Please sign in to comment.