This commit is contained in:
Matthias
2021-12-04 17:43:11 +01:00
parent 58f0838d3d
commit cfd509adb4
+2 -1
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):