Skip to content

Commit f3d0fbb

Browse files
committed
Fix Java Tests
1 parent 42fbb74 commit f3d0fbb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/test/java/com/airbus_cyber_security/graylog/events/processor/correlation/CorrelationCountProcessorTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ private CorrelationCountProcessorConfig getCorrelationCountProcessorConfig() {
8787
.groupingFields(new ArrayList<>())
8888
.comment("test comment")
8989
.searchQuery("*")
90+
.additionalSearchQuery("*")
9091
.build();
9192
}
9293
}

src/test/java/com/airbus_cyber_security/graylog/events/processor/correlation/checks/CorrelationCountCheckTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ public void testCheckOrderStreamThreshold2After() {
6262
.groupingFields(new ArrayList<>())
6363
.comment("test comment")
6464
.searchQuery("*")
65+
.additionalSearchQuery("*")
6566
.build();
6667

6768
CorrelationCountCheck subject = new CorrelationCountCheck(configuration);

0 commit comments

Comments
 (0)