mirror of
https://github.com/caronc/apprise.git
synced 2025-08-09 00:15:03 +02:00
Refactored Unit Testing and Dependencies (#483)
This commit is contained in:
@ -43,7 +43,7 @@ TEST_VAR_DIR = os.path.join(os.path.dirname(__file__), 'var')
|
||||
@mock.patch('requests.post')
|
||||
def test_notify_json_plugin_attachments(mock_post):
|
||||
"""
|
||||
API: NotifyJSON() Attachments
|
||||
NotifyJSON() Attachments
|
||||
|
||||
"""
|
||||
# Disable Throttling to speed testing
|
||||
|
Reference in New Issue
Block a user