Skip to content

Commit 31fd2ff

Browse files
committed
another fix for unit test
1 parent ff02893 commit 31fd2ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/unit/modules/test_module_helm.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ def test_dependency_update_option_true(self):
149149
call(
150150
"/usr/bin/helm upgrade -i --reset-values test '/tmp/path'",
151151
environ_update={"HELM_NAMESPACE": "test"},
152+
data=None,
152153
)
153154
]
154155
)
@@ -183,6 +184,7 @@ def test_dependency_update_option_true_without_dependencies_block(self):
183184
call(
184185
"/usr/bin/helm upgrade -i --reset-values test '/tmp/path'",
185186
environ_update={"HELM_NAMESPACE": "test"},
187+
data=None,
186188
)
187189
]
188190
)

0 commit comments

Comments
 (0)