2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 12:05:53 +00:00
This commit is contained in:
Matthias
2021-12-04 17:43:11 +01:00
parent 58f0838d3d
commit cfd509adb4

View File

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