tests: fix mypy type errors in security tests

This commit is contained in:
Username
2026-01-18 10:18:09 +01:00
parent 97bf955820
commit 3be2fd6cf6
4 changed files with 10 additions and 9 deletions

View File

@@ -175,7 +175,7 @@ def test_concurrent_memory_pressure():
reset_rate_limits()
errors = []
def make_requests(thread_id: int):
def make_requests(thread_id: int) -> None:
# Each thread needs its own app context
with app.app_context():
try: