aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_staff.py
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2018-07-22 19:43:27 +0200
committerGravatar Leon Sandøy <[email protected]>2018-07-22 19:43:27 +0200
commit63d98bd2a052657773b3bf272b2249a45015a064 (patch)
treed97cfafecb6f350cd826e7a352694ca3a905b778 /tests/test_staff.py
parentTesting is hard and I hate it. (diff)
fixed tests that were breaking. hooo-ey.
Diffstat (limited to 'tests/test_staff.py')
-rw-r--r--tests/test_staff.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_staff.py b/tests/test_staff.py
index 68c182b5..bc911b0c 100644
--- a/tests/test_staff.py
+++ b/tests/test_staff.py
@@ -1,7 +1,6 @@
-import os
-import json
from tests import SiteTest, app
+
class StaffEndpoints(SiteTest):
""" Test cases for staff subdomain """