diff --git a/InvenTree/common/test_notifications.py b/InvenTree/common/test_notifications.py index 702720ffd1..3c0009fb51 100644 --- a/InvenTree/common/test_notifications.py +++ b/InvenTree/common/test_notifications.py @@ -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):