This commit is contained in:
Matthias 2022-04-05 23:45:35 +02:00
parent f3aab952de
commit 77f5fa9360
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -112,7 +112,7 @@ class SingleNotificationMethodTests(BaseNotificationIntegrationTest):
class NotificationUserSettingTests(BaseNotificationIntegrationTest):
""" Tests for NotificationUserSetting """
def setUp(self):
super().setUp()
self.client.login(username=self.user.username, password='password')
@ -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'