diff options
Diffstat (limited to 'tests/report_tests/plugin_tests/logs.py')
-rw-r--r-- | tests/report_tests/plugin_tests/logs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/report_tests/plugin_tests/logs.py b/tests/report_tests/plugin_tests/logs.py index 8b961029..d62ab8e2 100644 --- a/tests/report_tests/plugin_tests/logs.py +++ b/tests/report_tests/plugin_tests/logs.py @@ -24,7 +24,7 @@ class LogsPluginTest(StageOneReportTest): def test_journalctl_collections(self): self.assertFileCollected('sos_commands/logs/journalctl_--disk-usage') - self.assertFileCollected('sos_commands/logs/journalctl_--no-pager_--catalog_--boot') + self.assertFileCollected('sos_commands/logs/journalctl_--no-pager_--boot') def test_journal_runtime_collected(self): self.assertFileGlobInArchive('/var/log/journal/*') |