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:
copilot-swe-agent[bot]
2026-04-20 07:52:40 +00:00
committed by GitHub
parent 668ac1a129
commit 95230df6ac
10 changed files with 2 additions and 0 deletions
+2
View File
@@ -1802,6 +1802,8 @@ class EndpointViewTests(TestCase):
"confirm_password": "PasswordNueva123!", "confirm_password": "PasswordNueva123!",
}) })
self.assertEqual(changed.status_code, 302) 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={ invalid_city = self.client.post(reverse("crear_direccion"), data={
"full_name": "Comprador Uno", "full_name": "Comprador Uno",