Skip to content

Commit

Permalink
Add print to failing unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alschn committed Feb 3, 2024
1 parent 6a8b04b commit e04dd28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions accounts/tests/test_auth_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ def test_password_change(self):
'new_password1': 'new_password',
'new_password2': 'new_password',
})
print(response.status_code, response.json())
self.assertEqual(response.status_code, status.HTTP_200_OK)
self.assertIn('detail', response.json())

Expand Down

0 comments on commit e04dd28

Please sign in to comment.