aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/views/tests/index.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysite/views/tests/index.py')
-rw-r--r--pysite/views/tests/index.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pysite/views/tests/index.py b/pysite/views/tests/index.py
index 3071bf0e..2a55a112 100644
--- a/pysite/views/tests/index.py
+++ b/pysite/views/tests/index.py
@@ -7,6 +7,7 @@ from pysite.base_route import RouteView
from pysite.constants import ValidationTypes
from pysite.decorators import api_params
+
SCHEMA = Schema([{"test": str}])
REQUIRED_KEYS = ["test"]