chore: ajustar acento en categorías tras validación

Agent-Logs-Url: https://github.com/dsaub/proyecto-final/sessions/2db304a5-95b5-4161-99c1-ce4d68b014df

Co-authored-by: dsaub <54474838+dsaub@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-20 11:17:32 +00:00
committed by GitHub
parent b0edc7a1f3
commit 362a636f5f
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1364,7 +1364,7 @@ class EndpointViewTests(TestCase):
self.assertEqual(response.status_code, 200)
self.assertContains(response, 'data-bs-target="#mobileCategoriasCollapse"')
self.assertContains(response, 'id="mobileCategoriasCollapse"')
self.assertContains(response, ">Categorias<")
self.assertContains(response, ">Categorías<")
def test_login_required_endpoints_redirect_anonymous(self):
secured_get_routes = [