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) {

Then the assertion just before the `catch` needs to be modified, right?

-- 
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#discussion_r200994940

Reply via email to