Skip to content

Commit 7dad04b

Browse files
committed
Put back python_lambda / dev
1 parent 7578d2a commit 7dad04b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/appsec/test_blocking_addresses.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,8 +754,8 @@ def test_non_blocking(self):
754754

755755

756756
@rfc("https://datadoghq.atlassian.net/wiki/spaces/APS/pages/2667021177/Suspicious+requests+blocking")
757-
@scenarios.appsec_blocking
758757
@scenarios.appsec_lambda_blocking
758+
@scenarios.appsec_blocking
759759
@features.appsec_request_blocking
760760
class Test_Suspicious_Request_Blocking:
761761
"""Test if blocking on multiple addresses with multiple rules is supported"""

utils/scripts/compute_libraries_and_scenarios.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def get_outputs(self) -> dict[str, Any]:
188188
"version": "dev",
189189
}
190190
for library in sorted(self.selected)
191-
if "otel" not in library and library not in ("otel_collector", "python_lambda")
191+
if "otel" not in library and library not in ("otel_collector",)
192192
]
193193

194194
libraries_with_dev = [item["library"] for item in populated_result if item["version"] == "dev"]

0 commit comments

Comments
 (0)