We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f3162 commit c0d4765Copy full SHA for c0d4765
test/test_root_agent.rb
@@ -18,6 +18,7 @@ def test_initialize
18
'suppress interval' => [{'emit_error_log_interval' => 30}, {:@suppress_emit_error_log_interval => 30}],
19
'without source' => [{'without_source' => true}, {:@without_source => true}],
20
'enable input metrics' => [{'enable_input_metrics' => true}, {:@enable_input_metrics => true}],
21
+ 'disable input metrics' => [{'enable_input_metrics' => false}, {:@enable_input_metrics => false}],
22
)
23
def test_initialize_with_opt(data)
24
opt, expected = data
0 commit comments