tests: fix ruff lint errors in security tests
Some checks failed
CI / Security Scan (push) Successful in 20s
CI / Lint & Format (push) Failing after 22s
CI / Unit Tests (push) Has been skipped
CI / Security Tests (push) Has been skipped
CI / Advanced Security Tests (push) Has been skipped
CI / Memory Leak Check (push) Has been skipped
CI / SBOM Generation (push) Has been skipped
CI / Build & Push Image (push) Has been skipped
Some checks failed
CI / Security Scan (push) Successful in 20s
CI / Lint & Format (push) Failing after 22s
CI / Unit Tests (push) Has been skipped
CI / Security Tests (push) Has been skipped
CI / Advanced Security Tests (push) Has been skipped
CI / Memory Leak Check (push) Has been skipped
CI / SBOM Generation (push) Has been skipped
CI / Build & Push Image (push) Has been skipped
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user