mirror of https://github.com/apache/cloudstack.git
Incorrect param name caused global setting test to fail (#3821)
This commit is contained in:
parent
f276485253
commit
ac202639a5
|
|
@ -48,7 +48,7 @@ class TestUpdateConfigWithScope(cloudstackTestCase):
|
|||
self.debug("updated the parameter %s with value %s"%(updateConfigurationResponse.name, updateConfigurationResponse.value))
|
||||
|
||||
listConfigurationsCmd = listConfigurations.listConfigurationsCmd()
|
||||
listConfigurationsCmd.cfgName = updateConfigurationResponse.name
|
||||
listConfigurationsCmd.name = updateConfigurationResponse.name
|
||||
listConfigurationsCmd.scopename = "zone"
|
||||
listConfigurationsCmd.scopeid = 1
|
||||
listConfigurationsResponse = self.apiClient.listConfigurations(listConfigurationsCmd)
|
||||
|
|
|
|||
Loading…
Reference in New Issue