feat: Update CORS origins to allow Chrome extensions and improve logging in migration tool
This commit is contained in:
@@ -42,7 +42,7 @@ class TestAuthService:
|
||||
assert response.user.role == "admin" # First user gets admin role
|
||||
assert response.user.is_active is True
|
||||
# First user gets pro plan
|
||||
free_plan, pro_plan = ensure_plans
|
||||
_free_plan, pro_plan = ensure_plans
|
||||
assert response.user.credits == pro_plan.credits
|
||||
assert response.user.plan["code"] == pro_plan.code
|
||||
|
||||
|
||||
Reference in New Issue
Block a user