diff options
-rw-r--r-- | helm/plugin/tests/test_plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helm/plugin/tests/test_plugin.py b/helm/plugin/tests/test_plugin.py index 864843f..95d9c3f 100644 --- a/helm/plugin/tests/test_plugin.py +++ b/helm/plugin/tests/test_plugin.py @@ -121,7 +121,7 @@ class TestPlugin(unittest.TestCase): """ node_instance_id = 'node_instance_id' config_json = '' - config_url = '' + config_url = 'http://test:test@11.22.33.44:80/stable' config_format = 'json' chartVersion = '2.0.0' chartRepo = 'repo' |