2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 20:15:44 +00:00
This commit is contained in:
Matthias
2022-04-05 23:45:35 +02:00
parent f3aab952de
commit 77f5fa9360

View File

@ -120,6 +120,7 @@ class NotificationUserSettingTests(BaseNotificationIntegrationTest):
def test_setting_attributes(self):
"""check notification method plugin methods: usersettings and tags """
class SampleImplementation(BulkNotificationMethod):
METHOD_NAME = 'test'
GLOBAL_SETTING = 'ENABLE_NOTIFICATION_TEST'