Skip to content

Commit c4f276e

Browse files
committed
Fix duplicate scenario config
1 parent 61062e6 commit c4f276e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/_context/_scenarios/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ class _Scenarios:
630630
"DD_TRACE_RESOURCE_RENAMING_ALWAYS_SIMPLIFIED_ENDPOINT": "true",
631631
"DD_TRACE_STATS_COMPUTATION_ENABLED": "true",
632632
},
633-
appsec_enabled=True,
633+
appsec_enabled=False,
634634
doc="",
635635
scenario_groups=[scenario_groups.tracing_config],
636636
)

0 commit comments

Comments
 (0)