[oldlogstashjson] fix broken test logic in 25dc988

This commit is contained in:
Brad Fritz 2013-11-22 15:08:02 -05:00
parent f5330f2fba
commit 0f05561fd8

View file

@ -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