mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
fix confusing test string
This commit is contained in:
parent
d2956b7a06
commit
dcca0314bf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue