Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
elikoga authored and zagy committed Nov 22, 2024
1 parent 7c75e56 commit 86f06b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/batou/tests/test_deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def test_main_with_errors(capsys):
dirty=False,
consistency_only=False,
predict_only=False,
check_and_predict_local=False,
jobs=None,
provision_rebuild=False,
)
Expand Down Expand Up @@ -81,6 +82,7 @@ def test_main_fails_if_no_host_in_environment(capsys):
dirty=False,
consistency_only=False,
predict_only=False,
check_and_predict_local=False,
jobs=None,
provision_rebuild=False,
)
Expand Down

0 comments on commit 86f06b4

Please sign in to comment.