full-stack-fastapi-template
full-stack-fastapi-template copied to clipboard
✅ Use proper `is_active` field in `test_user.py`
BEFORE: user_in = UserCreate(email=email, password=password, disabled=True) AFTER: Use proper is_active field
Discussion: https://github.com/fastapi/full-stack-fastapi-template/discussions/1407
This pull request has a merge conflict that needs to be resolved.