This commit is contained in:
Matthias 2021-12-04 17:43:11 +01:00
parent 58f0838d3d
commit cfd509adb4
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

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