chore: fixes after libretime_api rename

This commit is contained in:
jo 2021-12-24 00:04:30 +01:00 committed by Kyle Robbertze
parent 6de242db65
commit e84137a8ee
14 changed files with 50 additions and 50 deletions

View file

@ -2,9 +2,9 @@ from django.apps import apps
from django.contrib.auth.models import Group
from rest_framework.test import APITestCase
from libretimeapi.models import User
from libretimeapi.models.user_constants import DJ, GUEST
from libretimeapi.permission_constants import GROUPS
from libretime_api.models import User
from libretime_api.models.user_constants import DJ, GUEST
from libretime_api.permission_constants import GROUPS
class TestUserManager(APITestCase):