Fixed an incorrect comment in the Gelf input tests.

This commit is contained in:
Marc Huffnagle 2012-06-22 16:44:42 -04:00
parent 0204d5b139
commit 292035ef6f

View file

@ -53,4 +53,4 @@ describe LogStash::Inputs::Gelf do
assert_equal("Hello world", events.last.message)
assert_equal("bar", events.last.fields["foo"])
end # test gelf input defaults
end # testing for LogStash::Outputs::ElasticSearch
end # testing for LogStash::Inputs::Gelf