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 2ac89ef commit da32ad0Copy full SHA for da32ad0
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