What I would do is create the following assertions in the test_password_update test:
- user login
- password update
- user login
If the user is able to login after the password update, then you are safe and the API works correctly.
What I would do is create the following assertions in the test_password_update test:
If the user is able to login after the password update, then you are safe and the API works correctly.