Refactored Unit Testing and Dependencies (#483)

This commit is contained in:
Chris Caron
2021-11-25 15:20:22 -05:00
committed by GitHub
parent 1dfde961e8
commit fe83c62669
109 changed files with 12130 additions and 9211 deletions

View File

@ -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