mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
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):
|
with self.assertRaises(NotImplementedError):
|
||||||
AnotherFalseNotificationMethod('', '', '', {'name': 1, 'message': 2, }, )
|
AnotherFalseNotificationMethod('', '', '', {'name': 1, 'message': 2, }, )
|
||||||
|
|
||||||
# cover faling delivery
|
def test_failing_passing(self):
|
||||||
|
# cover failing delivery
|
||||||
self._notification_run()
|
self._notification_run()
|
||||||
|
|
||||||
def test_errors_passing(self):
|
def test_errors_passing(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user