[VVP] Allow AZ CDL params in nested templates
[vvp/validation-scripts.git] / ice_validator / app_tests / test_app_config.py
index d9a8567..223006f 100644 (file)
@@ -35,7 +35,6 @@
 #
 # ============LICENSE_END============================================
 #
-# ECOMP is a trademark and service mark of AT&T Intellectual Property.
 #
 
 from io import StringIO
@@ -89,7 +88,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):