From ef29dc9f350b2abcf8299ee4068b19db1ff5a05e Mon Sep 17 00:00:00 2001 From: Yuriy Novostavskiy Date: Fri, 29 Nov 2024 15:39:46 +0000 Subject: [PATCH] another fix for unit test --- tests/unit/modules/test_module_helm.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/unit/modules/test_module_helm.py b/tests/unit/modules/test_module_helm.py index 21bf791f..c22730e1 100644 --- a/tests/unit/modules/test_module_helm.py +++ b/tests/unit/modules/test_module_helm.py @@ -149,6 +149,7 @@ class TestDependencyUpdateWithoutChartRepoUrlOption(unittest.TestCase): call( "/usr/bin/helm upgrade -i --reset-values test '/tmp/path'", environ_update={"HELM_NAMESPACE": "test"}, + data=None, ) ] ) @@ -183,6 +184,7 @@ class TestDependencyUpdateWithoutChartRepoUrlOption(unittest.TestCase): call( "/usr/bin/helm upgrade -i --reset-values test '/tmp/path'", environ_update={"HELM_NAMESPACE": "test"}, + data=None, ) ] )