Should not be a list

see @yatin remark https://review.openstack.org/#/c/627016/15

Change-Id: Ie3b80529100d29cfba2c951d776f3a1b9c855403
This commit is contained in:
Eyal 2019-02-24 09:41:03 +02:00
parent 4fa14abfe4
commit ef5f698e34
1 changed files with 1 additions and 1 deletions

View File

@ -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)]