From 42b9a23267f14be39b9b00958e18d5746783208e Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Thu, 27 Jun 2019 09:39:47 -0700 Subject: Fixed #30400 -- Improved typography of user facing strings. Thanks Claude Paroz for assistance with translations. --- tests/admin_docs/test_views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/admin_docs') diff --git a/tests/admin_docs/test_views.py b/tests/admin_docs/test_views.py index 03d38bb2fd..144517ab0a 100644 --- a/tests/admin_docs/test_views.py +++ b/tests/admin_docs/test_views.py @@ -105,7 +105,7 @@ class AdminDocViewTests(TestDataMixin, AdminDocsTestCase): def test_template_detail(self): response = self.client.get(reverse('django-admindocs-templates', args=['admin_doc/template_detail.html'])) - self.assertContains(response, '

Template: "admin_doc/template_detail.html"

', html=True) + self.assertContains(response, '

Template: admin_doc/template_detail.html

', html=True) def test_missing_docutils(self): utils.docutils_is_available = False -- cgit v1.3