> @@ -478,7 +479,8 @@ public void testUpdateStack() throws IOException,
> InterruptedException {
> */
> assertEquals(server.getRequestCount(), 2);
> assertAuthentication(server);
> - assertRequest(server.takeRequest(), "PUT", BASE_URI + "/stacks/" +
> TEST_STACK_NAME + "/" + TEST_STACK_ID);
> + assertRequest(server.takeRequest(), "PUT", BASE_URI + "/stacks/" +
> TEST_STACK_NAME + "/" + TEST_STACK_ID,
> + "/stack_put_update_request.json");
>
> /*
> * Check response
Add also mock and live tests for the new `getTemplate` method.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/193/files#r32463687