[VVP] Fix failing test in app_tests 41/77541/1
authorLovett, Trevor <trevor.lovett@att.com>
Tue, 29 Jan 2019 21:43:18 +0000 (15:43 -0600)
committerLovett, Trevor <trevor.lovett@att.com>
Tue, 29 Jan 2019 21:43:18 +0000 (15:43 -0600)
Change-Id: Ia90b2fd528af9e8da8052161e668a6e575652123
Issue-ID: VVP-147
Signed-off-by: Lovett, Trevor <trevor.lovett@att.com>
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):