Skip to content

Commit

Permalink
Added IndicesService in Parameters (#979) (#980)
Browse files Browse the repository at this point in the history
(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]>
  • Loading branch information
4 people authored Jul 28, 2024
1 parent c7e8fa6 commit 10ae387
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 10ae387

Please sign in to comment.