fix mutate specs (broken when grok defaulted singles=>true)

This commit is contained in:
Jordan Sissel 2013-05-30 23:16:57 -07:00
parent fbde2340e0
commit e200f60805

View file

@ -141,7 +141,7 @@ describe LogStash::Filters::Mutate do
CONFIG
sample "HELLO WORLD" do
insist { subject["foo"] } == ['hello']
insist { subject["foo"] } == "hello"
end
end