You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/01/24 13:26:08 UTC

[GitHub] [cloudstack] DaanHoogland commented on a change in pull request #3821: Incorrect param name causes test to fail and travis failure

DaanHoogland commented on a change in pull request #3821: Incorrect param name causes test to fail and travis failure
URL: https://github.com/apache/cloudstack/pull/3821#discussion_r370631416
 
 

 ##########
 File path: test/integration/smoke/test_global_settings.py
 ##########
 @@ -48,7 +48,7 @@ def test_UpdateConfigParamWithScope(self):
         self.debug("updated the parameter %s with value %s"%(updateConfigurationResponse.name, updateConfigurationResponse.value))
 
         listConfigurationsCmd = listConfigurations.listConfigurationsCmd()
-        listConfigurationsCmd.cfgName = updateConfigurationResponse.name
+        listConfigurationsCmd.name = updateConfigurationResponse.name
 
 Review comment:
   wow, that line is from 2013. no one noticed?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services