Skip to content

Commit c0d4765

Browse files
committed
test_root_agent: add test to disable input metrics
Signed-off-by: Shizuo Fujita <[email protected]>
1 parent 54f3162 commit c0d4765

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_root_agent.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ def test_initialize
1818
'suppress interval' => [{'emit_error_log_interval' => 30}, {:@suppress_emit_error_log_interval => 30}],
1919
'without source' => [{'without_source' => true}, {:@without_source => true}],
2020
'enable input metrics' => [{'enable_input_metrics' => true}, {:@enable_input_metrics => true}],
21+
'disable input metrics' => [{'enable_input_metrics' => false}, {:@enable_input_metrics => false}],
2122
)
2223
def test_initialize_with_opt(data)
2324
opt, expected = data

0 commit comments

Comments
 (0)