tests: fix ruff lint errors in security tests

This commit is contained in:
Username
2026-01-18 10:04:27 +01:00
parent 661dab4a81
commit 97bf955820
5 changed files with 19 additions and 21 deletions

View File

@@ -47,7 +47,7 @@ def run_audit():
results = {"passed": 0, "failed": 0, "warnings": 0}
for endpoint, method, expected_status in TEST_ENDPOINTS:
for endpoint, method, _expected_status in TEST_ENDPOINTS:
print(f"\n[{method} {endpoint}]")
print("-" * 40)