Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
4011f96ca6
commit
69da8d81e7
+1
-1
@@ -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, ">Categorías<")
|
||||
self.assertContains(response, "Categorías")
|
||||
|
||||
def test_home_header_renders_mobile_title_outside_collapsible_menu(self):
|
||||
response = self.client.get(reverse("home"))
|
||||
|
||||
Reference in New Issue
Block a user