> @@ -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

These were included in the PR.

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

Reply via email to