> @@ -178,6 +180,43 @@ public void listOnePageOfQueues() throws Exception {
>        }
>     }
>  
> +   public void listOnePageOfQueuesFail() throws Exception {
> +      MockWebServer server = mockOpenStackServer();
> +      server.enqueue(new MockResponse().setBody(accessRackspace));
> +      server.enqueue(new MockResponse().setResponseCode(404).setBody(""));

setBody() is unnecessary.

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

Reply via email to