GET parms: title, type, format, and tag used if not in payload (#84)

This commit is contained in:
Chris Caron
2022-06-27 06:31:56 -04:00
committed by GitHub
parent d7824e24c7
commit 186c521ca6
3 changed files with 125 additions and 0 deletions

View File

@ -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"):