mirror of
https://github.com/caronc/apprise.git
synced 2025-08-14 10:28:38 +02:00
Persistent Storage (#1131)
This commit is contained in:
@ -273,6 +273,9 @@ def test_plugin_growl_general(mock_gntp):
|
||||
|
||||
assert isinstance(obj, instance) is True
|
||||
|
||||
# Test our URL Identifier is generated
|
||||
assert isinstance(obj.url_id(), str) is True
|
||||
|
||||
if isinstance(obj, NotifyBase):
|
||||
# We loaded okay; now lets make sure we can reverse this url
|
||||
assert isinstance(obj.url(), str) is True
|
||||
|
Reference in New Issue
Block a user