From 831e567b6aad691c46b0a94a6ad05e3a87cb33b6 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sun, 29 Jun 2025 21:50:20 -0400 Subject: [PATCH] function wording fix --- test/test_plugin_simplepush.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_plugin_simplepush.py b/test/test_plugin_simplepush.py index 6f9deed6..d8567da9 100644 --- a/test/test_plugin_simplepush.py +++ b/test/test_plugin_simplepush.py @@ -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 """