Skip to content

Commit bbebd26

Browse files
committed
fix: remove unused logging import from test file
- Remove unused import to pass code quality checks - Fix linting issues for CI/CD pipeline
1 parent 02557b8 commit bbebd26

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/all/integration/api/test_auth_log_injection.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
Test for log injection vulnerability in auth.py (Issue #9120)
33
Tests that user-provided email addresses cannot inject malicious content into logs
44
"""
5-
import logging
65
import re
76

87

0 commit comments

Comments
 (0)