mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 12:36:45 +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…
x
Reference in New Issue
Block a user