Merge "[VVP] Add new columns to traceability report"
authorSteven Wright <sw3588@att.com>
Wed, 30 Jan 2019 19:24:08 +0000 (19:24 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 30 Jan 2019 19:24:08 +0000 (19:24 +0000)
ice_validator/app_tests/test_app_config.py

index d9a8567..47bb725 100644 (file)
@@ -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):