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 26a5eac commit 04e1a17Copy full SHA for 04e1a17
test/test_curl.cpp
@@ -144,6 +144,9 @@ TEST_CASE("parse response headers and body") {
144
config.defaults.service = "testsvc";
145
config.logger = logger;
146
config.agent.http_client = client;
147
+ // The http client is a mock that only expects a single request, so
148
+ // force only tracing to be sent and exclude telemetry.
149
+ config.report_telemetry = false;
150
151
const auto finalized = finalize_config(config);
152
REQUIRE(finalized);
0 commit comments