Skip to content

Commit

Permalink
Remove env variable for full denylist blocking test
Browse files Browse the repository at this point in the history
  • Loading branch information
y9v committed Feb 5, 2025
1 parent 638b3ba commit f5431fc
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 @@ -211,7 +211,7 @@ class _Scenarios:
appsec_blocking_full_denylist = EndToEndScenario(
"APPSEC_BLOCKING_FULL_DENYLIST",
rc_api_enabled=True,
weblog_env={"DD_APPSEC_RULES": None, "RAILS_MAX_THREADS": "1"},
weblog_env={"DD_APPSEC_RULES": None},
doc="""
The spec says that if DD_APPSEC_RULES is defined, then rules won't be loaded from remote config.
In this scenario, we use remote config. By the spec, whem remote config is available, rules file
Expand Down

0 comments on commit f5431fc

Please sign in to comment.