Skip to content

Commit

Permalink
Fix typo in TRACING_CONFIG_NONDEFAULT
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeauchesne committed Oct 4, 2024
1 parent 131ebfb commit f295572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/_context/_scenarios/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ def all_endtoend_scenarios(test_object):
"TRACING_CONFIG_NONDEFAULT",
weblog_env={
"DD_TRACE_HTTP_SERVER_ERROR_STATUSES": "200-201,202",
"DD_TRACE_OBFUSCATION_QUERY_STRING_REGEXP": "ssn=\d{3}-\d{2}-\d{4}",
"DD_TRACE_OBFUSCATION_QUERY_STRING_REGEXP": r"ssn=\d{3}-\d{2}-\d{4}",
"DD_TRACE_CLIENT_IP_ENABLED": "true",
"DD_TRACE_CLIENT_IP_HEADER": "custom-ip-header",
# disable ASM to test non asm client ip tagging
Expand Down

0 comments on commit f295572

Please sign in to comment.