From 47d44eca38257781b884544f7ef1c97d6a02b2ce Mon Sep 17 00:00:00 2001 From: Hong Guan Date: Wed, 15 Aug 2018 13:42:16 -0400 Subject: Add sonar test coverage Change-Id: I7cf494a34d60c90a9e0d137e710b16f9f83bdcbb Issue-ID: CCSDK-392 Signed-off-by: Hong Guan --- helm/plugin/tests/test_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit 1.2.3-korg