Forgot to specify second field name in spec config.

This commit is contained in:
Adam Tucker 2013-09-26 21:24:27 -04:00
parent 90d3c195ff
commit c801054ab1

View file

@ -8,7 +8,7 @@ describe LogStash::Filters::Unique do
config <<-CONFIG
filter {
unique {
fields => ["noisy_field"]
fields => ["noisy_field", "not_an_array"]
}
}
CONFIG