Skip to content

Commit 10ae387

Browse files
opensearch-trigger-bot[bot]github-actions[bot]saratvemulapalliowaiskazi19
authored
Added IndicesService in Parameters (#979) (#980)
(cherry picked from commit d7fb058) Signed-off-by: owaiskazi19 <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Sarat Vemulapalli <[email protected]> Co-authored-by: Owais Kazi <[email protected]>
1 parent c7e8fa6 commit 10ae387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/opensearch/sdk/TestExtensionInterfaces.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ void testSystemIndexExtension() {
172172
void testIngestExtension() {
173173
IngestExtension ingestExtension = new IngestExtension() {
174174
};
175-
Processor.Parameters parameters = new Processor.Parameters(null, null, null, null, null, null, null, null, null);
175+
Processor.Parameters parameters = new Processor.Parameters(null, null, null, null, null, null, null, null, null, null);
176176
assertTrue(ingestExtension.getProcessors(parameters).isEmpty());
177177
}
178178

0 commit comments

Comments
 (0)