Persistent Storage (#1131)

This commit is contained in:
Chris Caron
2024-08-22 21:44:14 -04:00
committed by GitHub
parent 5cee11ac84
commit 827db528d0
156 changed files with 7297 additions and 518 deletions

View File

@ -61,6 +61,9 @@ def test_plugin_syslog_by_url(openlog, syslog):
assert re.search(r'logpid=yes', obj.url()) is not None
assert re.search(r'logperror=no', obj.url()) is not None
# We do not support generation of a URL ID
assert obj.url_id() is None
assert isinstance(
apprise.Apprise.instantiate(
'syslog://:@/'), NotifySyslog)