mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 13:05:42 +00:00
fix test calls
This commit is contained in:
@ -24,15 +24,15 @@ class NotificationTests(BaseNotificationIntegrationTest):
|
||||
|
||||
# no send / send bulk
|
||||
with self.assertRaises(NotImplementedError):
|
||||
FalseNotificationMethod('', '', '')
|
||||
FalseNotificationMethod('', '', '', '', )
|
||||
|
||||
# no gathering
|
||||
with self.assertRaises(NotImplementedError):
|
||||
AnotherFalseNotificationMethod('', '', '')
|
||||
AnotherFalseNotificationMethod('', '', '', '', )
|
||||
|
||||
# no METHOD_NAME
|
||||
with self.assertRaises(NotImplementedError):
|
||||
NoNameNotificationMethod('', '', '')
|
||||
NoNameNotificationMethod('', '', '', '', )
|
||||
|
||||
def test_SingleNotificationMethod(self):
|
||||
"""ensure the implementation requirements are tested"""
|
||||
|
Reference in New Issue
Block a user