aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'okupy/tests/integration/test_signup.py')
-rw-r--r--okupy/tests/integration/test_signup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/okupy/tests/integration/test_signup.py b/okupy/tests/integration/test_signup.py
index b6e641d..6deef91 100644
--- a/okupy/tests/integration/test_signup.py
+++ b/okupy/tests/integration/test_signup.py
@@ -5,7 +5,8 @@ from django.test import TestCase
from django.test.client import Client
from mockldap import MockLdap
-from .. import vars
+from okupy.accounts.models import LDAPUser
+from okupy.tests import vars
class SignupIntegrationTests(TestCase):