mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
[oldlogstashjson] fix broken test logic in 25dc988
This commit is contained in:
parent
f5330f2fba
commit
0f05561fd8
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ describe LogStash::Codecs::OldLogStashJSON do
|
|||
insist { event["message"] } == data["@message"]
|
||||
insist { event["host"] } == data["@source_host"]
|
||||
insist { event["tags"] } == data["@tags"]
|
||||
insist { event["path"] } != nil # @source_path not in v0 test data
|
||||
insist { event["path"] } == nil # @source_path not in v0 test data
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue