mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- Fix quoting (which is breaking the test)
This commit is contained in:
parent
97f2816b7b
commit
666581aeaf
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ describe LogStash::Filters::Grok do
|
|||
}
|
||||
CONFIG
|
||||
|
||||
sample "<191>1 2009-06-30T18:30:00+02:00 paxton.local grokdebug 4123 - [id1 foo="bar"][id2 baz="something"] Hello, syslog." do
|
||||
sample "<191>1 2009-06-30T18:30:00+02:00 paxton.local grokdebug 4123 - [id1 foo=\"bar\"][id2 baz=\"something\"] Hello, syslog." do
|
||||
reject { subject["@tags"] }.include?("_grokparsefailure")
|
||||
insist { subject["syslog5424_pri"] } == "<191>"
|
||||
insist { subject["syslog5424_ver"] } == "1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue