Skip to content

Commit

Permalink
Add missing argument to main CLI test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fizzadar committed Nov 13, 2021
1 parent 97a184d commit 0f83047
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_cli/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,5 +349,6 @@ def test_deploy_operation_direct(self):
winrm_username=None, winrm_password=None, winrm_port=None, winrm_transport=None,
shell_executable=None, quiet=False, data=tuple(),
debug=False, debug_data=False, debug_facts=False, debug_operations=False,
config_filename='config.py',
)
assert e.args == (0,)

0 comments on commit 0f83047

Please sign in to comment.