Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Fix test failed after test_reset_password if user use own password #1491

Closed
wants to merge 1 commit into from

Conversation

andyyoung01
Copy link

@andyyoung01 andyyoung01 commented Feb 16, 2025

If user set password of FIRST_SUPERUSER_PASSWORD to a different value of "changethis" in .env file, after run test_reset_password case, the password will be changed to "changethis" becasue it hardcorded in this testcase.
Following testcases will all be failed because of wrong password.
Change it to reset to password in .env file.

If use set his own password of FIRST_SUPERUSER_PASSWORD in .env file, after run test_reset_password case, the password will be changed to "changethis" becasue it hardcorded in this testcase. 
Following testcases will all be failed because of wrong password.
Change it to reset to password in .env file.
@alejsdev alejsdev changed the title Fix test failed after test_reset_password if user use own password 🐛 Fix test failed after test_reset_password if user use own password Feb 18, 2025
@alejsdev alejsdev added the bug Something isn't working label Feb 18, 2025
@alejsdev
Copy link
Member

Hi @andyyoung01, this was already handled in #1499 by refactoring the whole test. I'll close this one but thanks for your effort. 🙌

@alejsdev alejsdev closed this Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants