Skip to content

Commit

Permalink
Added IndicesService in Parameters (#979)
Browse files Browse the repository at this point in the history
Signed-off-by: owaiskazi19 <[email protected]>
(cherry picked from commit d7fb058)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jan 11, 2024
1 parent 94da0e7 commit fac424e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ void testSystemIndexExtension() {
void testIngestExtension() {
IngestExtension ingestExtension = new IngestExtension() {
};
Processor.Parameters parameters = new Processor.Parameters(null, null, null, null, null, null, null, null, null);
Processor.Parameters parameters = new Processor.Parameters(null, null, null, null, null, null, null, null, null, null);
assertTrue(ingestExtension.getProcessors(parameters).isEmpty());
}

Expand Down

0 comments on commit fac424e

Please sign in to comment.