summaryrefslogtreecommitdiff
path: root/tests/admin_views/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/admin_views/tests.py')
-rw-r--r--tests/admin_views/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/admin_views/tests.py b/tests/admin_views/tests.py
index e0a4926b91..9dbe1e1432 100644
--- a/tests/admin_views/tests.py
+++ b/tests/admin_views/tests.py
@@ -3003,6 +3003,7 @@ class AdminViewPermissionsTest(TestCase):
response = self.client.get(
reverse("admin:admin_views_section_delete", args=(self.s1.pk,))
)
+ self.assertContains(response, "<h1>Delete</h1>")
self.assertContains(response, "<h2>Summary</h2>")
self.assertContains(response, "<li>Articles: 3</li>")
# test response contains link to related Article