Fix outdated systemd related exception text.
This commit is contained in:
@@ -719,7 +719,7 @@ def test_set_loggers_journald_importerror(import_fails):
|
||||
'logfile': 'journald',
|
||||
}
|
||||
with pytest.raises(OperationalException,
|
||||
match=r'You need the systemd python package.*'):
|
||||
match=r'You need the cysystemd python package.*'):
|
||||
setup_logging(config)
|
||||
logger.handlers = orig_handlers
|
||||
|
||||
|
Reference in New Issue
Block a user