Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mhlidd committed Dec 13, 2024
1 parent d11bdc4 commit 67529c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion utils/_context/_scenarios/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,10 @@ def all_endtoend_scenarios(test_object):
)
tracing_config_nondefault_3 = EndToEndScenario(
"TRACING_CONFIG_NONDEFAULT_3",
weblog_env={"DD_TRACE_HTTP_CLIENT_TAG_QUERY_STRING": "false", "DD_TRACE_CLIENT_IP_HEADER": "custom-ip-header",},
weblog_env={
"DD_TRACE_HTTP_CLIENT_TAG_QUERY_STRING": "false",
"DD_TRACE_CLIENT_IP_HEADER": "custom-ip-header",
},
appsec_enabled=False,
doc="",
scenario_groups=[ScenarioGroup.TRACING_CONFIG],
Expand Down

0 comments on commit 67529c7

Please sign in to comment.