mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-04-28 09:06:26 +00:00
attempt to fix unit test
unit test was missing initially
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user