Sha256: f87041a38a82325cd4c91e35dce95429e35abb2e7409fae11eb3fdf19d5d0a53
Contents?: true
Size: 334 Bytes
Versions: 2
Compression:
Stored size: 334 Bytes
Contents
require "helper" require "fluent/plugin/in_http_healthcheck.rb" class HttpHealthcheckInputTest < Test::Unit::TestCase setup do Fluent::Test.setup end test "failure" do flunk end private def create_driver(conf) Fluent::Test::Driver::Input.new(Fluent::Plugin::HttpHealthcheckInput).configure(conf) end end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
fluent-plugin-http-healthcheck-do-0.1.0 | test/plugin/test_in_http_healthcheck.rb |
fluent-plugin-http-healthcheck-0.1.0 | test/plugin/test_in_http_healthcheck.rb |