Fix unittests, set strategy for rate limter

This commit is contained in:
hlohaus
2025-01-28 21:25:26 +01:00
parent 17d2f05d69
commit 2c895831b1
2 changed files with 3 additions and 2 deletions

View File

@@ -68,7 +68,8 @@ class Backend_Api(Api):
app=app,
default_limits=["200 per day", "50 per hour"],
storage_uri="memory://",
auto_check=False
auto_check=False,
strategy="moving-window",
)
if has_flask_limiter and app.demo: