mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
fix test
This commit is contained in:
parent
785cdc5267
commit
5b9f84a90f
@ -77,7 +77,7 @@ class BaseNotificationTests(BaseNotificationIntegrationTest):
|
|||||||
def send(self, target):
|
def send(self, target):
|
||||||
raise KeyError('This could be any error')
|
raise KeyError('This could be any error')
|
||||||
|
|
||||||
self._notification_run()
|
self._notification_run(ErrorImplementation)
|
||||||
|
|
||||||
|
|
||||||
class BulkNotificationMethodTests(BaseNotificationIntegrationTest):
|
class BulkNotificationMethodTests(BaseNotificationIntegrationTest):
|
||||||
|
Loading…
Reference in New Issue
Block a user