We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a03edf commit 7acde42Copy full SHA for 7acde42
server/src/test/java/com/cloud/user/AccountManagerImplTest.java
@@ -200,7 +200,6 @@ public void deleteUserAccount() {
200
sshkeyList.add(sshkey);
201
Mockito.when(_sshKeyPairDao.listKeyPairs(Mockito.anyLong(), Mockito.anyLong())).thenReturn(sshkeyList);
202
Mockito.when(_sshKeyPairDao.remove(Mockito.anyLong())).thenReturn(true);
203
- Mockito.when(userDataDao.removeByAccountId(Mockito.anyLong())).thenReturn(222);
204
Mockito.doNothing().when(accountManagerImpl).deleteWebhooksForAccount(Mockito.anyLong());
205
Mockito.doNothing().when(accountManagerImpl).verifyCallerPrivilegeForUserOrAccountOperations((Account) any());
206
0 commit comments