> @@ -104,6 +104,10 @@ protected MockResponse jsonResponse(String resource) {
>        return new MockResponse().addHeader("Content-Type", 
> "application/json").setBody(stringFromResource(resource));
>     }
>  
> +   protected MockResponse response404(){
> +         return new MockResponse().setStatus("HTTP/1.1 404 Not Found");

fixed

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/98/files#r20823368

Reply via email to