diff options
author | Hong Guan <hg4105@att.com> | 2018-08-15 13:42:16 -0400 |
---|---|---|
committer | Hong Guan <hg4105@att.com> | 2018-08-15 13:42:49 -0400 |
commit | 47d44eca38257781b884544f7ef1c97d6a02b2ce (patch) | |
tree | f2609253e3da83deee4d04505db77a0be00fbe70 | |
parent | b1a32c3ee2dc4fe2b6c72edbf18d4526003aef36 (diff) |
Add sonar test coverage
Change-Id: I7cf494a34d60c90a9e0d137e710b16f9f83bdcbb
Issue-ID: CCSDK-392
Signed-off-by: Hong Guan <hg4105@att.com>
-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' |