diff options
author | Stamatis Katsaounis <mokats@intracom-telecom.com> | 2018-10-04 12:42:16 +0300 |
---|---|---|
committer | Stamatis Katsaounis <mokats@intracom-telecom.com> | 2018-10-04 12:42:16 +0300 |
commit | c05e2986e658d9892c9d65203a1e2a785c68bf27 (patch) | |
tree | 329e16bee025b4db9f9f43ad143b1aca776d7bd8 /opnfv_testapi/resources/scenario_handlers.py | |
parent | 19724cbcef2508f97ddcc7fdef7e7bb44288634c (diff) |
Revive unit tests and flake8 of webportal
JIRA: DOVETAIL-742
This patch revives unit test and flake8 tests of webportal. In
addition, it fixes errors and enables handling of some uris which
were forgotten.
Change-Id: I8225c7ca08a3c97b6e77f00490defc91046a2dd6
Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
Diffstat (limited to 'opnfv_testapi/resources/scenario_handlers.py')
-rw-r--r-- | opnfv_testapi/resources/scenario_handlers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opnfv_testapi/resources/scenario_handlers.py b/opnfv_testapi/resources/scenario_handlers.py index 5d420a5..0aa6063 100644 --- a/opnfv_testapi/resources/scenario_handlers.py +++ b/opnfv_testapi/resources/scenario_handlers.py @@ -16,7 +16,7 @@ class GenericScenarioHandler(handlers.GenericApiHandler): self.table_cls = models.Scenario -class ScenariosCLHandler(GenericScenarioHandler): +class ScenarioCLHandler(GenericScenarioHandler): @swagger.operation(nickname="queryScenarios") def get(self): """ |