mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
fix mutate specs (broken when grok defaulted singles=>true)
This commit is contained in:
parent
fbde2340e0
commit
e200f60805
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ describe LogStash::Filters::Mutate do
|
|||
CONFIG
|
||||
|
||||
sample "HELLO WORLD" do
|
||||
insist { subject["foo"] } == ['hello']
|
||||
insist { subject["foo"] } == "hello"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue