From ef5f698e34db436cf92de441ecfc4b7c578c7d4b Mon Sep 17 00:00:00 2001 From: Eyal Date: Sun, 24 Feb 2019 09:41:03 +0200 Subject: [PATCH] Should not be a list see @yatin remark https://review.openstack.org/#/c/627016/15 Change-Id: Ie3b80529100d29cfba2c951d776f3a1b9c855403 --- vitrage_tempest_plugin/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vitrage_tempest_plugin/plugin.py b/vitrage_tempest_plugin/plugin.py index 437d314..18f26e2 100644 --- a/vitrage_tempest_plugin/plugin.py +++ b/vitrage_tempest_plugin/plugin.py @@ -43,4 +43,4 @@ class VitrageTempestPlugin(plugins.TempestPlugin): return [(config_rca_service.rca_service_group.name, config_rca_service.RcaServiceGroup), (config_rca_service.service_available_group.name, - [config_rca_service.ServiceAvailableGroup])] + config_rca_service.ServiceAvailableGroup)]