Skip to content

Commit 177d355

Browse files
Update server/src/test/java/com/cloud/vm/UserVmManagerTest.java
Co-authored-by: dahn <[email protected]>
1 parent 0c81a31 commit 177d355

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
@@ -292,7 +292,7 @@ public void testScaleVMF1() throws Exception {
292292

293293
lenient().when(_vmInstanceDao.findById(anyLong())).thenReturn(_vmInstance);
294294

295-
// UserContext.current().setEventDetails("VM Id: "+getId());
295+
// UserContext.current().setEventDetails("VM ID: "+getId());
296296
Account account = new AccountVO("testaccount", 1L, "networkdomain", Account.Type.NORMAL, "uuid");
297297
UserVO user = new UserVO(1, "testuser", "password", "firstname", "lastName", "email", "timezone", UUID.randomUUID().toString(), User.Source.UNKNOWN);
298298
//AccountVO(String accountName, long domainId, String networkDomain, short type, int regionId)

0 commit comments

Comments
 (0)