mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 12:05:53 +00:00
PEP fix
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user