We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f276485 commit ac20263Copy full SHA for ac20263
1 file changed
test/integration/smoke/test_global_settings.py
@@ -48,7 +48,7 @@ def test_UpdateConfigParamWithScope(self):
48
self.debug("updated the parameter %s with value %s"%(updateConfigurationResponse.name, updateConfigurationResponse.value))
49
50
listConfigurationsCmd = listConfigurations.listConfigurationsCmd()
51
- listConfigurationsCmd.cfgName = updateConfigurationResponse.name
+ listConfigurationsCmd.name = updateConfigurationResponse.name
52
listConfigurationsCmd.scopename = "zone"
53
listConfigurationsCmd.scopeid = 1
54
listConfigurationsResponse = self.apiClient.listConfigurations(listConfigurationsCmd)
0 commit comments