Skip to content

Commit 6c02454

Browse files
committed
Rollback Java unit test GeoIP change to address Java unit tests properly run.
1 parent a2d1d9d commit 6c02454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/co/elastic/logstash/filters/elasticintegration/geoip/IpDatabaseProviderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ static void withVendoredGeoIpDatabaseProvider(final ExceptionalConsumer<IpDataba
133133
}
134134

135135
static void withGeoipProcessor(final IpDatabaseProvider geoIpDatabaseProvider, Map<String, Object> config, ExceptionalConsumer<Processor> geoIpProcessorConsumer) throws Exception {
136-
Processor processor = new GeoIpProcessor.Factory("geoip", geoIpDatabaseProvider).create(Map.of(), null, null, config, null);
136+
Processor processor = new GeoIpProcessor.Factory("geoip", geoIpDatabaseProvider).create(Map.of(), null, null, config);
137137
geoIpProcessorConsumer.accept(processor);
138138
}
139139

0 commit comments

Comments
 (0)