diff options
Diffstat (limited to 'opnfv_testapi/resources/test_handlers.py')
-rw-r--r-- | opnfv_testapi/resources/test_handlers.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/opnfv_testapi/resources/test_handlers.py b/opnfv_testapi/resources/test_handlers.py index 1dbc4cd..ed2a303 100644 --- a/opnfv_testapi/resources/test_handlers.py +++ b/opnfv_testapi/resources/test_handlers.py @@ -361,7 +361,8 @@ class TestsGURHandler(GenericTestHandler): logging.debug('not found') raise gen.Return((False, message.no_auth())) raise gen.Return((True, {})) -#updated new test appi + + class TestsUploadDataHandler(GenericTestHandler): @swagger.operation(nickname="queryTests") @web.asynchronous |