X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ice_validator%2Fapp_tests%2Ftest_app_config.py;h=47bb7257d27cf4243d293c834175b21a13c01197;hb=refs%2Fchanges%2F41%2F77541%2F1;hp=d9a8567251cb1e4a73398b4c82bf9eb06454a9b4;hpb=961f572383ff3398bcafc802682b92f23f8ab1fe;p=vvp%2Fvalidation-scripts.git diff --git a/ice_validator/app_tests/test_app_config.py b/ice_validator/app_tests/test_app_config.py index d9a8567..47bb725 100644 --- a/ice_validator/app_tests/test_app_config.py +++ b/ice_validator/app_tests/test_app_config.py @@ -89,7 +89,7 @@ def test_get_category_when_other(config): def test_default_verbosity(config): - assert config.default_verbosity(vvp.ValidatorApp.VERBOSITY_LEVELS) == "More (-vv)" + assert config.default_verbosity(vvp.ValidatorApp.VERBOSITY_LEVELS) == "Standard (-v)" def test_queues(config):