mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
fix test calls
This commit is contained in:
parent
1cfc03d698
commit
057c880377
@ -24,15 +24,15 @@ class NotificationTests(BaseNotificationIntegrationTest):
|
|||||||
|
|
||||||
# no send / send bulk
|
# no send / send bulk
|
||||||
with self.assertRaises(NotImplementedError):
|
with self.assertRaises(NotImplementedError):
|
||||||
FalseNotificationMethod('', '', '')
|
FalseNotificationMethod('', '', '', '', )
|
||||||
|
|
||||||
# no gathering
|
# no gathering
|
||||||
with self.assertRaises(NotImplementedError):
|
with self.assertRaises(NotImplementedError):
|
||||||
AnotherFalseNotificationMethod('', '', '')
|
AnotherFalseNotificationMethod('', '', '', '', )
|
||||||
|
|
||||||
# no METHOD_NAME
|
# no METHOD_NAME
|
||||||
with self.assertRaises(NotImplementedError):
|
with self.assertRaises(NotImplementedError):
|
||||||
NoNameNotificationMethod('', '', '')
|
NoNameNotificationMethod('', '', '', '', )
|
||||||
|
|
||||||
def test_SingleNotificationMethod(self):
|
def test_SingleNotificationMethod(self):
|
||||||
"""ensure the implementation requirements are tested"""
|
"""ensure the implementation requirements are tested"""
|
||||||
|
Loading…
Reference in New Issue
Block a user