rajujith commented on code in PR #7857:
URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2332351338


##########
api/src/test/java/org/apache/cloudstack/api/command/test/UpdateVmNicIpTest.java:
##########
@@ -84,7 +84,7 @@ public void testFailure() throws ResourceAllocationException, 
ResourceUnavailabl
         try {
             updateVmNicIpCmd.execute();
         } catch (ServerApiException exception) {
-            Assert.assertEquals("Failed to update ip address on vm NIC. Refer 
to server logs for details.", exception.getDescription());
+            Assert.assertEquals("Failed to update ip address on Instance NIC. 
Refer to server logs for details.", exception.getDescription());

Review Comment:
   'IP'



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to