2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 12:05:53 +00:00
This commit is contained in:
Matthias
2022-04-05 01:30:12 +02:00
parent 785cdc5267
commit 5b9f84a90f

View File

@ -77,7 +77,7 @@ class BaseNotificationTests(BaseNotificationIntegrationTest):
def send(self, target):
raise KeyError('This could be any error')
self._notification_run()
self._notification_run(ErrorImplementation)
class BulkNotificationMethodTests(BaseNotificationIntegrationTest):