full-stack-fastapi-template icon indicating copy to clipboard operation
full-stack-fastapi-template copied to clipboard

✅ Use proper `is_active` field in `test_user.py`

Open nauanbek opened this issue 1 year ago • 1 comments

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

nauanbek avatar Feb 04 '25 02:02 nauanbek

This pull request has a merge conflict that needs to be resolved.

github-actions[bot] avatar Sep 20 '25 16:09 github-actions[bot]