- Fix quoting (which is breaking the test)

This commit is contained in:
Jordan Sissel 2013-04-07 23:47:17 -07:00
parent 97f2816b7b
commit 666581aeaf

View file

@ -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"