Skip to content

Commit 1b4060f

Browse files
committed
remove useless comment 
1 parent bb76aad commit 1b4060f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/test_asm.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -406,12 +406,6 @@ def test_get_asm_blocked_response_blocked_multi_value_headers(
406406
mock_get_blocked,
407407
):
408408
# HTML blocking response
409-
(
410-
(
411-
401,
412-
{"content-type": "text/html"},
413-
),
414-
)
415409
mock_get_blocked.return_value = {
416410
"status_code": 401,
417411
"type": "html",

0 commit comments

Comments
 (0)