Skip to content

Commit

Permalink
chore: updated tests accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
johnson-oragui committed Aug 12, 2024
1 parent db355f0 commit bef81dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/v1/user/change_user_password_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def test_wrong_pwd(mock_db_session, mock_user_service):

user_pwd_change = client.patch(
CHANGE_PWD_ENDPOINT,
json={"old_password": "Testpassw23",
json={"old_password": "Testpassw23#",
"new_password": "Ojobonandom@123"},
headers={"Authorization": f"Bearer {access_token}"},
)
Expand Down

0 comments on commit bef81dc

Please sign in to comment.