Address review feedback and clean unintended artifacts
Agent-Logs-Url: https://github.com/dsaub/proyecto-final/sessions/e596d554-92ce-4f30-95b7-bcb209573c48 Co-authored-by: dsaub <54474838+dsaub@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
668ac1a129
commit
95230df6ac
@@ -1802,6 +1802,8 @@ class EndpointViewTests(TestCase):
|
||||
"confirm_password": "PasswordNueva123!",
|
||||
})
|
||||
self.assertEqual(changed.status_code, 302)
|
||||
self.buyer.refresh_from_db()
|
||||
self.assertTrue(self.buyer.check_password("PasswordNueva123!"))
|
||||
|
||||
invalid_city = self.client.post(reverse("crear_direccion"), data={
|
||||
"full_name": "Comprador Uno",
|
||||
|
||||
Reference in New Issue
Block a user