feat: Update CORS origins to allow Chrome extensions and improve logging in migration tool
Some checks failed
Backend CI / lint (push) Failing after 10s
Backend CI / test (push) Failing after 1m37s

This commit is contained in:
JSC
2025-09-19 16:41:11 +02:00
parent 1bef694f38
commit bccfcafe0e
9 changed files with 72 additions and 32 deletions

View File

@@ -110,7 +110,7 @@ class TestUserRepository:
test_session: AsyncSession,
) -> None:
"""Test creating a new user."""
free_plan, pro_plan = ensure_plans
free_plan, _pro_plan = ensure_plans
plan_id = free_plan.id
plan_credits = free_plan.credits