You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.assertEqual(listConfigurationsResponse.value, updateConfigurationResponse.value, "Check if the update API returned \
209
-
is the same as the one we got in the list API")
208
+
foriteminlistConfigurationsResponse:
209
+
ifitem.name==updateConfigurationResponse.name:
210
+
configParam=item
211
+
212
+
self.assertEqual(configParam.value, updateConfigurationResponse.value, "Check if the update API returned is the same as the one we got in the list API")
0 commit comments