Skip to content

Commit

Permalink
attempt to fix unit test
Browse files Browse the repository at this point in the history
unit test was missing initially
  • Loading branch information
yurnov committed Nov 29, 2024
1 parent a3628de commit 8d03f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/module_utils/test_helm.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def test_module_run_helm_command(_ansible_helm_module):
assert (rc, out, err) == (0, output, error)

_ansible_helm_module.run_command.assert_called_once_with(
command, environ_update=env_update
command, environ_update=env_update, data=None
)


Expand Down

0 comments on commit 8d03f80

Please sign in to comment.