mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
typo
This commit is contained in:
parent
29ea7f495b
commit
372e1d73ff
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ describe LogStash::Event do
|
|||
end
|
||||
|
||||
|
||||
it "should warn on parsing errort" do
|
||||
it "should warn on parsing error" do
|
||||
LogStash::Event.logger = logger
|
||||
expect(logger).to receive(:warn).once.with(/^Error parsing/)
|
||||
LogStash::Event.new(TIMESTAMP => "invalid timestamp")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue