summaryrefslogtreecommitdiffstats
path: root/ice_validator
diff options
context:
space:
mode:
authorSteven Wright <sw3588@att.com>2019-01-29 21:54:29 +0000
committerGerrit Code Review <gerrit@onap.org>2019-01-29 21:54:29 +0000
commit71227245f4bb9fb0fa2f7a14dcee0404b8d34c0b (patch)
tree32df1bfd8563859f638abb410a28d6e9f4560437 /ice_validator
parentf9458c335c418e18b1b992fe47f7d4cbf823735f (diff)
parentce025d443e0faac9a38d870b2461fb6a45524aac (diff)
Merge "[VVP] Fix failing test in app_tests"
Diffstat (limited to 'ice_validator')
-rw-r--r--ice_validator/app_tests/test_app_config.py2
1 files changed, 1 insertions, 1 deletions
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):