fix test that failing deliveries do not block
This commit is contained in:
parent
5567ee432a
commit
023cd53b1a
|
|
@ -61,7 +61,8 @@ class BaseNotificationTests(BaseNotificationIntegrationTest):
|
|||
with self.assertRaises(NotImplementedError):
|
||||
AnotherFalseNotificationMethod('', '', '', {'name': 1, 'message': 2, }, )
|
||||
|
||||
# cover faling delivery
|
||||
def test_failing_passing(self):
|
||||
# cover failing delivery
|
||||
self._notification_run()
|
||||
|
||||
def test_errors_passing(self):
|
||||
|
|
|
|||
Loading…
Reference in New Issue