mirror of
https://github.com/caronc/apprise-api.git
synced 2025-08-15 17:22:24 +02:00
Improved test cases (#137)
This commit is contained in:
@ -144,6 +144,9 @@ class StatelessNotifyTests(SimpleTestCase):
|
||||
'body': 'test notifiction',
|
||||
}
|
||||
|
||||
# Monkey Patch
|
||||
apprise.plugins.NotifyEmail.NotifyEmail.enabled = True
|
||||
|
||||
# At a minimum 'body' is requred
|
||||
form = NotifyByUrlForm(data=form_data)
|
||||
assert form.is_valid()
|
||||
|
Reference in New Issue
Block a user