diff options
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): """ |