mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 12:05:53 +00:00
fix test that failing deliveries do not block
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user