Skip to content

Commit

Permalink
remove reference to defunct initializer in config test
Browse files Browse the repository at this point in the history
  • Loading branch information
dgoffredo committed Mar 9, 2022
1 parent 94bac9e commit 3b2bdcb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/tracer_options_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ TEST_CASE("tracer options from environment variables") {
"test-version v0.0.1", // version
"", // agent_url
[](LogLevel, ot::string_view) {}, // log_func (dummy)
512, // trace_tags_propagation_max_length
200 // sampling_limit_per_second
}},
{{{"DD_PROPAGATION_STYLE_EXTRACT", "Not even a real style"}},
Expand Down

0 comments on commit 3b2bdcb

Please sign in to comment.