aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/core/tests
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-10-20 15:57:26 +0100
committerMatthew Lemon <lemon@matthewlemon.com>2020-10-20 15:57:26 +0100
commit30d2bf6d91e625d08c38800d1b1819d90dfe7f1e (patch)
treed310a7d569c1449d419329a08f327129c23002c3 /ctrack/core/tests
parent98f6ce0fa2ce5692f578a98922f50aa79fd46bdd (diff)
poor implementation of lead and deputy inspectors by submode on home page
Diffstat (limited to 'ctrack/core/tests')
-rw-r--r--ctrack/core/tests/test_views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctrack/core/tests/test_views.py b/ctrack/core/tests/test_views.py
index 9f7d292..dde7b81 100644
--- a/ctrack/core/tests/test_views.py
+++ b/ctrack/core/tests/test_views.py
@@ -1,7 +1,7 @@
import pytest
from ctrack.organisations.models import Organisation, Submode, Mode
-from ctrack.organisations.views import inspectors_for_each_mode
+from ctrack.organisations.utils import inspectors_for_each_mode
from ctrack.organisations.tests.factories import OrganisationFactory
pytestmark = pytest.mark.django_db