mirror of
https://github.com/caronc/apprise.git
synced 2025-08-11 01:04:52 +02:00
Tests: Use global no_throttling_everywhere
fixture (#701)
Instead of needing to individually disable throttling on a per-plugin basis, this fixture takes care of all notifiers in `NOTIFY_MODULE_MAP` automatically. With `autouse=True`, there is no need to activate it manually.
This commit is contained in:
@ -324,7 +324,7 @@ def test_plugin_growl_general(mock_gntp):
|
||||
@pytest.mark.skipif(
|
||||
'gntp' not in sys.modules, reason="Requires gntp")
|
||||
@mock.patch('gntp.notifier.GrowlNotifier')
|
||||
def test_plugin_growl_config_files(mock_gntp, no_throttling):
|
||||
def test_plugin_growl_config_files(mock_gntp):
|
||||
"""
|
||||
NotifyGrowl() Config File Cases
|
||||
"""
|
||||
|
Reference in New Issue
Block a user