summaryrefslogtreecommitdiffstats
path: root/testapi/opnfv_testapi/handlers
diff options
context:
space:
mode:
Diffstat (limited to 'testapi/opnfv_testapi/handlers')
-rw-r--r--testapi/opnfv_testapi/handlers/base_handlers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testapi/opnfv_testapi/handlers/base_handlers.py b/testapi/opnfv_testapi/handlers/base_handlers.py
index a8ee3db..df7f520 100644
--- a/testapi/opnfv_testapi/handlers/base_handlers.py
+++ b/testapi/opnfv_testapi/handlers/base_handlers.py
@@ -75,10 +75,10 @@ class GenericApiHandler(web.RequestHandler):
@web.asynchronous
@gen.coroutine
- @check.is_authorized
@check.valid_token
@check.no_body
@check.miss_fields
+ @check.is_authorized
@check.values_check
@check.carriers_exist
@check.new_not_exists