diff --git a/openwisp_users/tests/test_admin.py b/openwisp_users/tests/test_admin.py index 1fe493a0..0e96e48f 100644 --- a/openwisp_users/tests/test_admin.py +++ b/openwisp_users/tests/test_admin.py @@ -2,7 +2,7 @@ from django.core import mail from django.test import TestCase from django.urls import reverse -from openwisp_users.models import User +from openwisp_users.models import Organization, OrganizationUser, User from .utils import TestOrganizationMixin @@ -330,3 +330,48 @@ def test_organization_uuid_field(self): response = self.client.get(reverse('admin:openwisp_users_organization_add')) html = '