diff options
author | Lovett, Trevor <trevor.lovett@att.com> | 2019-01-29 15:43:18 -0600 |
---|---|---|
committer | Lovett, Trevor <trevor.lovett@att.com> | 2019-01-29 15:43:18 -0600 |
commit | ce025d443e0faac9a38d870b2461fb6a45524aac (patch) | |
tree | 88258c2108ff9655dbc27045e9a0c08c324334f8 /ice_validator/app_tests | |
parent | 961f572383ff3398bcafc802682b92f23f8ab1fe (diff) |
[VVP] Fix failing test in app_tests
Change-Id: Ia90b2fd528af9e8da8052161e668a6e575652123
Issue-ID: VVP-147
Signed-off-by: Lovett, Trevor <trevor.lovett@att.com>
Diffstat (limited to 'ice_validator/app_tests')
-rw-r--r-- | ice_validator/app_tests/test_app_config.py | 2 |
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): |