Skip to content

Commit ba6857e

Browse files
committed
test: Add use_header_based_request_queue_time to ReportedConfiguration serialization tests
1 parent cf5fae9 commit ba6857e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

tests/Agent/UnitTests/Core.UnitTest/DataTransport/AgentSettingsTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ public void serializes_correctly()
309309
"agent.process_host_display_name": "ProcessHostDisplayName",
310310
"transaction_tracer.database_statement_cache_capacity": 1234,
311311
"agent.force_synchronous_timing_calculation_for_http_client": true,
312+
"agent.use_header_based_request_queue_time": true,
312313
"agent.enable_asp_net_core_6plus_browser_injection": true,
313314
"agent.instrument_asp_net_core_6plus_websockets": false,
314315
"agent.exclude_new_relic_header": true,

tests/Agent/UnitTests/Core.UnitTest/DataTransport/ConnectModelTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,7 @@ public void serializes_correctly()
381381
"agent.process_host_display_name": "ProcessHostDisplayName",
382382
"transaction_tracer.database_statement_cache_capacity": 1234,
383383
"agent.force_synchronous_timing_calculation_for_http_client": true,
384+
"agent.use_header_based_request_queue_time": true,
384385
"agent.enable_asp_net_core_6plus_browser_injection": true,
385386
"agent.instrument_asp_net_core_6plus_websockets": false,
386387
"agent.exclude_new_relic_header": true,

0 commit comments

Comments
 (0)