Skip to content

Commit 09fdfb8

Browse files
committed
nit
1 parent a48d5f5 commit 09fdfb8

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

modules/ingest-common/src/test/java/org/elasticsearch/ingest/common/RemediateProcessorFactoryTests.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,4 @@ public void testCreateWithDescription() throws Exception {
4848
assertThat(processor.getDescription(), equalTo(description));
4949
}
5050

51-
public void testUnknownConfigOptionsFail() {
52-
RemediateProcessor.Factory factory = new RemediateProcessor.Factory();
53-
Map<String, Object> config = new HashMap<>();
54-
config.put("unsupported_option", true);
55-
56-
String processorTag = randomAlphaOfLength(10);
57-
expectThrows(IllegalArgumentException.class, () -> factory.create(null, processorTag, null, config, null));
58-
}
5951
}

0 commit comments

Comments
 (0)