nacx commented on this pull request.


> @@ -56,7 +57,7 @@ public void testDeployServerReturnsUnexpectedError() throws 
> InterruptedException
          serverApi().deployServer(ServerApiMockTest.class.getSimpleName(), 
"imageId", true, networkInfo,
                "administratorPassword");
          failBecauseExceptionWasNotThrown(ResourceNotFoundException.class);
-      } catch (ResourceNotFoundException e) {
+      } catch (HttpResponseException e) {

Why does this need to be changed?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/439#pullrequestreview-135258955

Reply via email to