test/plugin/test_out_tdlog.rb in fluent-plugin-td-0.10.18 vs test/plugin/test_out_tdlog.rb in fluent-plugin-td-0.10.19

- old
+ new

@@ -52,10 +52,10 @@ records.each { |record| d.emit(record, time) } d.run - assert_equal(@auth_header, 'TD1 testkey') + assert_equal('TD1 testkey', @auth_header) end def test_emit_with_endpoint d = create_driver(DEFAULT_CONFIG + "endpoint foo.bar.baz") opts = {:endpoint => 'foo.bar.baz'}