Skip to content

Commit 79a8b92

Browse files
Update server/src/test/java/com/cloud/vm/UserVmManagerTest.java
Co-authored-by: dahn <[email protected]>
1 parent 287b40f commit 79a8b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/test/java/com/cloud/vm/UserVmManagerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ public void testScaleVMF4() throws Exception {
402402
serviceOfferingIdField.setAccessible(true);
403403
serviceOfferingIdField.set(cmd, 1L);
404404

405-
//UserContext.current().setEventDetails("VM Id: "+getId());
405+
//UserContext.current().setEventDetails("VM ID: "+getId());
406406
//Account account = (Account) new AccountVO("testaccount", 1L, "networkdomain", (short) 0, 1);
407407
//AccountVO(String accountName, long domainId, String networkDomain, short type, int regionId)
408408
//UserContext.registerContext(1, account, null, true);

0 commit comments

Comments
 (0)