This commit is contained in:
j3d1 2024-05-03 23:34:47 +02:00
parent e361556188
commit 432b61c70a
16 changed files with 181 additions and 78 deletions

View file

@ -2,7 +2,7 @@ from django.contrib.auth.models import Permission
from django.test import TestCase
from authentication.models import ExtendedUser
from mail.models import UserNotificationChannel
from notifications.models import UserNotificationChannel
class UserNotificationTestCase(TestCase):