Skip to content

Commit b54a7e9

Browse files
authored
Fix DT settings for txn feature tests (#771)
1 parent 59abb6a commit b54a7e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/agent_features/test_transaction_event_data_and_some_browser_stuff_too.py

+2
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ def validate_no_analytics_sample_data(wrapped, instance, args, kwargs):
286286

287287
_test_collect_analytic_events_disabled_settings = {
288288
"collect_analytics_events": False,
289+
"distributed_tracing.enabled": False,
289290
"browser_monitoring.attributes.enabled": True,
290291
}
291292

@@ -328,6 +329,7 @@ def test_collect_analytic_events_disabled():
328329

329330
_test_analytic_events_disabled_settings = {
330331
"transaction_events.enabled": False,
332+
"distributed_tracing.enabled": False,
331333
"browser_monitoring.attributes.enabled": True,
332334
}
333335

0 commit comments

Comments
 (0)