mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
PEP fix
This commit is contained in:
parent
58f0838d3d
commit
cfd509adb4
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user