Backport Docs: fix java filter unit test link (#13123)

Fixes #11519

Co-authored-by: Fabien Baligand <fbaligand@gmail.com>
This commit is contained in:
Karol Bucek 2021-08-10 20:25:56 +02:00 committed by GitHub
parent 725799d201
commit af82b3c87d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -217,7 +217,7 @@ constructor at instantiation time.
Lastly, but certainly not least importantly, unit tests are strongly encouraged.
The example filter plugin includes an
https://github.com/logstash-plugins/logstash-filter-java_filter_example/blob/master/src/test/java/org/logstash/javaapi/JavaFilterExampleTest.java)[example
https://github.com/logstash-plugins/logstash-filter-java_filter_example/blob/master/src/test/java/org/logstashplugins/JavaFilterExampleTest.java[example
unit test] that you can use as a template for your own.