diff options
author | 2018-07-22 19:43:27 +0200 | |
---|---|---|
committer | 2018-07-22 19:43:27 +0200 | |
commit | 63d98bd2a052657773b3bf272b2249a45015a064 (patch) | |
tree | d97cfafecb6f350cd826e7a352694ca3a905b778 /tests/test_staff.py | |
parent | Testing is hard and I hate it. (diff) |
fixed tests that were breaking. hooo-ey.
Diffstat (limited to '')
-rw-r--r-- | tests/test_staff.py | 3 |
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 """ |