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 846ddbf commit 612c671Copy full SHA for 612c671
tests/agent_features/test_cat.py
@@ -75,7 +75,7 @@ def test_cat_insertion_disabled_on_304():
75
assert "X-NewRelic-App-Data" not in response.headers
76
77
78
-_override_settings = {"cross_application_tracing.enabled": True, "distributed_tracing.enabled": False}
+_override_settings = {"cross_application_tracer.enabled": True, "distributed_tracing.enabled": False}
79
80
81
@cat_enabled
0 commit comments