test/test_config.rb in fluentd-0.12.20 vs test/test_config.rb in fluentd-0.12.21

- old
+ new

@@ -157,11 +157,11 @@ end def test_inline prepare_config opts = { - :config_path => "#{TMP_DIR}/config_test_1.conf", - :inline_config => "<source>\n type http\n port 2222\n </source>" + config_path: "#{TMP_DIR}/config_test_1.conf", + inline_config: "<source>\n type http\n port 2222\n </source>" } assert_nothing_raised do Fluent::Supervisor.new(opts) end end