Skip to content

Commit 13c238a

Browse files
authored
Merge branch 'main' into fix-linter-pyteststyle
2 parents 07d6d87 + 612c671 commit 13c238a

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)