Skip to content

Commit 7acde42

Browse files
committed
fix
1 parent 3a03edf commit 7acde42

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/test/java/com/cloud/user/AccountManagerImplTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ public void deleteUserAccount() {
200200
sshkeyList.add(sshkey);
201201
Mockito.when(_sshKeyPairDao.listKeyPairs(Mockito.anyLong(), Mockito.anyLong())).thenReturn(sshkeyList);
202202
Mockito.when(_sshKeyPairDao.remove(Mockito.anyLong())).thenReturn(true);
203-
Mockito.when(userDataDao.removeByAccountId(Mockito.anyLong())).thenReturn(222);
204203
Mockito.doNothing().when(accountManagerImpl).deleteWebhooksForAccount(Mockito.anyLong());
205204
Mockito.doNothing().when(accountManagerImpl).verifyCallerPrivilegeForUserOrAccountOperations((Account) any());
206205

0 commit comments

Comments
 (0)