mirror of
https://github.com/caronc/apprise.git
synced 2025-08-15 02:42:35 +02:00
Tests: Use no_throttling
fixture everywhere
This commit is contained in:
@ -122,13 +122,11 @@ def test_plugin_mattermost_urls():
|
||||
AppriseURLTester(tests=apprise_url_tests).run_all()
|
||||
|
||||
|
||||
def test_plugin_mattermost_edge_cases():
|
||||
def test_plugin_mattermost_edge_cases(no_throttling):
|
||||
"""
|
||||
NotifyMattermost() Edge Cases
|
||||
|
||||
"""
|
||||
# Disable Throttling to speed testing
|
||||
plugins.NotifyBase.request_rate_per_sec = 0
|
||||
|
||||
# Invalid Authorization Token
|
||||
with pytest.raises(TypeError):
|
||||
|
Reference in New Issue
Block a user