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 aae54e9 commit 5d16874Copy full SHA for 5d16874
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