Skip to content

Commit 38ae40e

Browse files
committed
[ML] Fix mocking failure in MlDailyMaintenanceServiceTests elastic#80657
Closes elastic#79971
1 parent a73441f commit 38ae40e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

x-pack/plugin/ml/src/test/java/org/elasticsearch/xpack/ml/MlDailyMaintenanceServiceTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ private void assertThatBothTasksAreTriggered(Answer<?> deleteExpiredDataAnswer,
154154
verify(client, Mockito.atLeast(1)).execute(same(DeleteExpiredDataAction.INSTANCE), any(), any());
155155
verify(client, Mockito.atLeast(1)).execute(same(GetJobsAction.INSTANCE), any(), any());
156156
verify(mlAssignmentNotifier, Mockito.atLeast(1)).auditUnassignedMlTasks(any(), any());
157-
verifyNoMoreInteractions(client, mlAssignmentNotifier);
158157
}
159158

160159
public void testJobInDeletingStateAlreadyHasDeletionTask() throws InterruptedException {

0 commit comments

Comments
 (0)