mirror of https://github.com/caronc/apprise
function wording fix
parent
17c949f3f1
commit
831e567b6a
|
@ -120,7 +120,7 @@ def test_plugin_simplepush_urls():
|
||||||
@pytest.mark.skipif(
|
@pytest.mark.skipif(
|
||||||
'cryptography' in sys.modules,
|
'cryptography' in sys.modules,
|
||||||
reason="Requires that cryptography NOT be installed")
|
reason="Requires that cryptography NOT be installed")
|
||||||
def test_plugin_fcm_cryptography_import_error():
|
def test_plugin_simpepush_cryptography_import_error():
|
||||||
"""
|
"""
|
||||||
NotifySimplePush() Cryptography loading failure
|
NotifySimplePush() Cryptography loading failure
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue