mirror of
https://github.com/caronc/apprise-api.git
synced 2025-08-15 09:12:24 +02:00
GET parms: title, type, format, and tag used if not in payload (#84)
This commit is contained in:
@ -366,6 +366,9 @@ class StatelessNotifyTests(SimpleTestCase):
|
||||
# Ensure we're enabled for the purpose of our testing
|
||||
apprise.plugins.SCHEMA_MAP['json'].enabled = True
|
||||
|
||||
# Reset Mock
|
||||
mock_send.reset_mock()
|
||||
|
||||
# Send our service with the `json://` denied
|
||||
with override_settings(APPRISE_ALLOW_SERVICES=""):
|
||||
with override_settings(APPRISE_DENY_SERVICES="json"):
|
||||
|
Reference in New Issue
Block a user