We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6338a02 commit c04c1e3Copy full SHA for c04c1e3
datadog_lambda/asm.py
@@ -225,7 +225,9 @@ def get_asm_blocked_response(
225
else:
226
content_type = blocked.get("content-type", "application/json")
227
blocked_config = Block_config()
228
- content = http_utils._get_blocked_template(content_type, blocked_config.block_id)
+ content = http_utils._get_blocked_template(
229
+ content_type, blocked_config.block_id
230
+ )
231
232
response = {
233
"statusCode": blocked.get("status_code", 403),
0 commit comments