Skip to content

Commit 80eae92

Browse files
authored
Merge pull request #167 from whyscream/upgrade-upstream-patterns
Upgrade the upstream patterns used in tests to the latest tag (v4.3.4).
2 parents d59ec9d + b8bacc3 commit 80eae92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/logstash-patterns-core

test/test.rb

+1-1
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)