> @@ -66,8 +69,18 @@ public void setup() {
>     public void deleteNetworkInterfaceCardResourceDoesNotExist() {
>  
>        final NetworkInterfaceCardApi nicApi = 
> api.getNetworkInterfaceCardApi(resourcegroup);
> -      boolean status = nicApi.delete(NETWORKINTERFACECARD_NAME);
> -      assertFalse(status);
> +      URI uri = nicApi.delete(NETWORKINTERFACECARD_NAME);

Done.

---
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/273/files/74f8e9bf66e7427298c5c3c9567aa7d8284e0987#r65107751

Reply via email to