Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Aug 6, 2024
1 parent 4a0077f commit bf6c411
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[0] == "master"]) == 1, '\n'.join(logs)

0 comments on commit bf6c411

Please sign in to comment.