diff options
author | Kanagaraj Manickam <kanagaraj.manickam@huawei.com> | 2020-10-20 07:34:42 +0530 |
---|---|---|
committer | Kanagaraj Manickam <kanagaraj.manickam@huawei.com> | 2020-10-20 08:03:14 +0530 |
commit | 7a13dabbedff1184c12e3e4f5cf56545f1d01397 (patch) | |
tree | 34015d87f75173bc8b880bef5de6a67711d7bf24 /opnfv_testapi/resources/test_handlers.py | |
parent | dd4334b75ca4da1941711cd7b7f3c9e702f1d6fe (diff) |
Fix the format issuesHEADopnfv-10.0.0stable/jermamaster
Issue-ID: DOVETAIL-801
Signed-off-by: Kanagaraj Manickam <kanagaraj.manickam@huawei.com>
Change-Id: Id0058788d8d2d8fb8a1fa0a7c43fc3c1731d73df
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 |