diff --git a/InvenTree/common/test_notifications.py b/InvenTree/common/test_notifications.py index 846d1fba09..31cf10199a 100644 --- a/InvenTree/common/test_notifications.py +++ b/InvenTree/common/test_notifications.py @@ -50,7 +50,8 @@ class NotificationTests(BaseNotificationIntegrationTest): # no get_targets with self.assertRaises(NotImplementedError): - AnotherFalseNotificationMethod('', '', '', {'name': 1, 'message': 2, } ) + AnotherFalseNotificationMethod('', '', '', {'name': 1, 'message': 2, }, ) + def test_SingleNotificationMethod(self):