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