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 20c0de6 commit 0d1d406Copy full SHA for 0d1d406
server/src/test/java/org/opensearch/index/engine/IngestionEngineTests.java
@@ -132,7 +132,7 @@ public void testRecovery() throws IOException {
132
133
public void testPushAPIFailures() {
134
assertThrows(IngestionEngineException.class, () -> ingestionEngine.index(Mockito.any(Engine.Index.class)));
135
- assertThrows(IngestionEngineException.class, () -> ingestionEngine.delete(Mockito.any(Engine.Index.class)));
+ assertThrows(IngestionEngineException.class, () -> ingestionEngine.delete(Mockito.any(Engine.Delete.class)));
136
}
137
138
public void testCreationFailure() throws IOException {
0 commit comments