Tests: Use no_throttling fixture everywhere

This commit is contained in:
Andreas Motl
2022-10-09 02:01:50 +02:00
parent 85daf12fbd
commit c797d1e2eb
48 changed files with 105 additions and 267 deletions

View File

@ -145,13 +145,11 @@ def test_plugin_guilded_urls():
@mock.patch('requests.post')
def test_plugin_guilded_general(mock_post):
def test_plugin_guilded_general(mock_post, no_throttling):
"""
NotifyGuilded() General Checks
"""
# Disable Throttling to speed testing
plugins.NotifyBase.request_rate_per_sec = 0
# Initialize some generic (but valid) tokens
webhook_id = 'A' * 24