mirror of
https://github.com/caronc/apprise.git
synced 2025-08-14 10:28:38 +02:00
Tests: Use no_throttling
fixture everywhere
This commit is contained in:
@ -228,13 +228,11 @@ def test_plugin_rocket_chat_urls():
|
||||
|
||||
@mock.patch('requests.get')
|
||||
@mock.patch('requests.post')
|
||||
def test_plugin_rocketchat_edge_cases(mock_post, mock_get):
|
||||
def test_plugin_rocketchat_edge_cases(mock_post, mock_get, no_throttling):
|
||||
"""
|
||||
NotifyRocketChat() Edge Cases
|
||||
|
||||
"""
|
||||
# Disable Throttling to speed testing
|
||||
plugins.NotifyBase.request_rate_per_sec = 0
|
||||
|
||||
# Chat ID
|
||||
recipients = 'AbcD1245, @l2g, @lead2gold, #channel, #channel2'
|
||||
|
Reference in New Issue
Block a user