aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_roots.py
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2018-07-29 09:53:01 +0000
committerGravatar Leon Sandøy <[email protected]>2018-07-29 09:53:01 +0000
commitc3cbadf64c1d568e957274e331241691de356f7f (patch)
tree3c41f029f67adda015590ed6553b1dbf30c2aabf /tests/test_roots.py
parentFix typo in infractions table definition (diff)
parentAddressing gdude comments (diff)
Merge branch 'clean_command' into 'master'
Clean command API and frontend See merge request python-discord/projects/site!26
Diffstat (limited to 'tests/test_roots.py')
-rw-r--r--tests/test_roots.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_roots.py b/tests/test_roots.py
index 0b7b129c..1b270178 100644
--- a/tests/test_roots.py
+++ b/tests/test_roots.py
@@ -3,6 +3,7 @@ from pysite.constants import DISCORD_OAUTH_REDIRECT
from pysite.constants import DISCORD_OAUTH_AUTHORIZED
from pysite.constants import ERROR_DESCRIPTIONS
+
class RootEndpoint(SiteTest):
""" Test cases for the root endpoint and error handling """