diff options
Diffstat (limited to 'tests/report_tests/smoke_tests.py')
-rw-r--r-- | tests/report_tests/smoke_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/report_tests/smoke_tests.py b/tests/report_tests/smoke_tests.py index cf79a076..a313405e 100644 --- a/tests/report_tests/smoke_tests.py +++ b/tests/report_tests/smoke_tests.py @@ -64,7 +64,7 @@ class ExpectedDefaultPluginsTest(StageOneReportTest): :avocado: tags=stageone """ - sos_cmd = '-v ' + sos_cmd = ' ' def test_default_plugins_enabled(self): """These plugins should run on all supported hosts by default everytime |