Skip to content

Commit 05a81c0

Browse files
committed
test: update public flow settings stub
1 parent 01e3ebf commit 05a81c0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/backend/tests/unit/test_redis_job_queue_service.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2589,6 +2589,9 @@ async def _fake_session_scope():
25892589
yield _FakeSession()
25902590

25912591
class _FakeSettingsService:
2592+
class settings: # noqa: N801
2593+
rate_limit_enabled = False
2594+
25922595
class auth_settings: # noqa: N801
25932596
AUTO_LOGIN = True
25942597

0 commit comments

Comments
 (0)