fix confusing test string

This commit is contained in:
Jesse Newland 2011-09-19 23:35:30 -04:00
parent d2956b7a06
commit dcca0314bf

View file

@ -41,7 +41,7 @@ describe LogStash::Filters::Grep do
event = LogStash::Event.new
event.type = @typename
event["str"] = "foo: this should be dropped"
event["str"] = "foo: this should not be dropped"
@filter.filter(event)
assert_equal(false, event.cancelled?)
end