fix test that failing deliveries do not block

This commit is contained in:
Matthias 2021-12-10 00:22:25 +01:00
parent 5567ee432a
commit 023cd53b1a
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

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