function wording fix

pull/1357/head
Chris Caron 2025-06-29 21:50:20 -04:00
parent 17c949f3f1
commit 831e567b6a
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ def test_plugin_simplepush_urls():
@pytest.mark.skipif(
'cryptography' in sys.modules,
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
"""