> +               .maxEntities(100)
> +               .metadata(ImmutableMap.of("firstkey", "this is a string", 
> "secondkey", "1"))
> +               .build();
> +
> +         boolean result = api.updateGroupConfiguration("1234567890", gc);
> +
> +         /*
> +          * Check request
> +          */
> +         assertAuthentication(server);
> +         assertRequest(server.takeRequest(), "PUT", 
> "/v1.0/888888/groups/1234567890/config", 
> "/autoscale_groups_update_configuration_request.json");
> +
> +         /*
> +          * Check response
> +          */
> +         assertTrue(result);

Use either `result` or `success` throughout the tests for the boolean return 
value of the API call?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/59/files#r8266378

Reply via email to