mirror of
https://github.com/caronc/apprise-api.git
synced 2025-08-14 00:38:21 +02:00
Github Actions Test Cases (#121)
This commit is contained in:
@ -99,7 +99,8 @@ class StatefulNotifyTests(SimpleTestCase):
|
||||
form = NotifyForm(data=form_data)
|
||||
assert form.is_valid()
|
||||
|
||||
# Required to prevent None from being passed into self.client.post()
|
||||
# Required to prevent None from being passed into
|
||||
# self.client.post()
|
||||
del form.cleaned_data['attachment']
|
||||
|
||||
response = self.client.post(
|
||||
@ -146,7 +147,8 @@ class StatefulNotifyTests(SimpleTestCase):
|
||||
form = NotifyForm(data=form_data)
|
||||
assert form.is_valid()
|
||||
|
||||
# Required to prevent None from being passed into self.client.post()
|
||||
# Required to prevent None from being passed into
|
||||
# self.client.post()
|
||||
del form.cleaned_data['attachment']
|
||||
|
||||
response = self.client.post(
|
||||
|
Reference in New Issue
Block a user