From b54a7e9d0f3ad98179fa1a1fab7ac2298375cef8 Mon Sep 17 00:00:00 2001 From: Timothy Pansino <11214426+TimPansino@users.noreply.github.com> Date: Thu, 16 Feb 2023 14:05:35 -0800 Subject: [PATCH] Fix DT settings for txn feature tests (#771) --- .../test_transaction_event_data_and_some_browser_stuff_too.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/agent_features/test_transaction_event_data_and_some_browser_stuff_too.py b/tests/agent_features/test_transaction_event_data_and_some_browser_stuff_too.py index c2e22b68aa..73bdfcf535 100644 --- a/tests/agent_features/test_transaction_event_data_and_some_browser_stuff_too.py +++ b/tests/agent_features/test_transaction_event_data_and_some_browser_stuff_too.py @@ -286,6 +286,7 @@ def validate_no_analytics_sample_data(wrapped, instance, args, kwargs): _test_collect_analytic_events_disabled_settings = { "collect_analytics_events": False, + "distributed_tracing.enabled": False, "browser_monitoring.attributes.enabled": True, } @@ -328,6 +329,7 @@ def test_collect_analytic_events_disabled(): _test_analytic_events_disabled_settings = { "transaction_events.enabled": False, + "distributed_tracing.enabled": False, "browser_monitoring.attributes.enabled": True, }