Skip to content

Commit 301c625

Browse files
Watson1978daipom
andauthored
test_fluentd: fix config
Co-authored-by: Daijiro Fukuda <[email protected]>
1 parent b53d79f commit 301c625

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

test/command/test_fluentd.rb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1610,11 +1610,7 @@ def create_config_include_dir_configuration(config_path, config_dir, yaml_format
16101610
end
16111611

16121612
test "allow --disable-input-metrics option" do
1613-
conf = <<CONF
1614-
<system>
1615-
</system>
1616-
CONF
1617-
conf_path = create_conf_file('input-metrics.conf', conf)
1613+
conf_path = create_conf_file('empty.conf', '')
16181614
assert_log_matches(
16191615
create_cmdline(conf_path, '--disable-input-metrics'),
16201616
"#0 fluentd worker is now running worker=0"

0 commit comments

Comments
 (0)