add: шаблон для ошибки (2) 404

This commit is contained in:
2026-09-14 20:56:43 +03:00
parent 2e11b536cb
commit 1c2d0de14c
2 changed files with 21 additions and 20 deletions
+1 -1
View File
@@ -1434,7 +1434,7 @@ class BlogPostModelAndAdminTests(BaseMediaTestCase):
self.assertContains(response, "Гипноузел не обнаружен", status_code=404)
self.assertContains(response, "СБОЙ МАТРИЦЫ // КОД? 404", status_code=404)
self.assertContains(response, "return-btn", status_code=404)
self.assertContains(response, "Стираем остатки несущес­твующей страницы", status_code=404)
self.assertContains(response, "Стираем остатки несущес­твующей страницы", status_code=404)
@override_settings(DEBUG=True)
def test_debug_error_preview_routing(self):