Skip to content

Commit b8bacc3

Browse files
committed
Upgrade the upstream patterns used in tests to the latest tag (v4.3.4).
1 parent d59ec9d commit b8bacc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/logstash-patterns-core

test/test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
class TestGrokPatterns < MiniTest::Test
1616

1717
@@test_dir = File.dirname(__FILE__)
18-
@@upstream_pattern_dir = @@test_dir + '/logstash-patterns-core/patterns'
18+
@@upstream_pattern_dir = @@test_dir + '/logstash-patterns-core/patterns/ecs-v1/'
1919
@@local_pattern_dir = File.dirname(File.expand_path(@@test_dir))
2020

2121
# Prepare a grok object.

0 commit comments

Comments
 (0)