diff options
author | 2018-03-29 09:56:24 +0100 | |
---|---|---|
committer | 2018-03-29 09:56:24 +0100 | |
commit | 5fcd1647e5f8f55240492b6df3b3ff15bab86bf7 (patch) | |
tree | 63c348feb999ca358716ebd9f08b0f5259d68ad1 /pysite/views/tests/index.py | |
parent | Make flake8 happier (diff) | |
parent | Oauth (#45) (diff) |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'pysite/views/tests/index.py')
-rw-r--r-- | pysite/views/tests/index.py | 1 |
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"] |