Skip to content

Commit 612c671

Browse files
authored
Fix CAT setting name in test (#1392)
1 parent 846ddbf commit 612c671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/agent_features/test_cat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def test_cat_insertion_disabled_on_304():
7575
assert "X-NewRelic-App-Data" not in response.headers
7676

7777

78-
_override_settings = {"cross_application_tracing.enabled": True, "distributed_tracing.enabled": False}
78+
_override_settings = {"cross_application_tracer.enabled": True, "distributed_tracing.enabled": False}
7979

8080

8181
@cat_enabled

0 commit comments

Comments
 (0)