forked from claw/flaskpaste
tests: fix mypy type errors in security tests
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user