mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-08 05:52:37 +00:00
another fix for unit test
This commit is contained in:
@@ -149,6 +149,7 @@ class TestDependencyUpdateWithoutChartRepoUrlOption(unittest.TestCase):
|
|||||||
call(
|
call(
|
||||||
"/usr/bin/helm upgrade -i --reset-values test '/tmp/path'",
|
"/usr/bin/helm upgrade -i --reset-values test '/tmp/path'",
|
||||||
environ_update={"HELM_NAMESPACE": "test"},
|
environ_update={"HELM_NAMESPACE": "test"},
|
||||||
|
data=None,
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
@@ -183,6 +184,7 @@ class TestDependencyUpdateWithoutChartRepoUrlOption(unittest.TestCase):
|
|||||||
call(
|
call(
|
||||||
"/usr/bin/helm upgrade -i --reset-values test '/tmp/path'",
|
"/usr/bin/helm upgrade -i --reset-values test '/tmp/path'",
|
||||||
environ_update={"HELM_NAMESPACE": "test"},
|
environ_update={"HELM_NAMESPACE": "test"},
|
||||||
|
data=None,
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user