From 7070d4611471db701ed0d51d23e72d5f5c647085 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Fri, 15 May 2020 17:00:27 -0700 Subject: Updated docutils link to HTTPS and new location. --- tests/admin_docs/test_views.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests/admin_docs') diff --git a/tests/admin_docs/test_views.py b/tests/admin_docs/test_views.py index fb021f3dd2..f06afd336a 100644 --- a/tests/admin_docs/test_views.py +++ b/tests/admin_docs/test_views.py @@ -114,7 +114,10 @@ class AdminDocViewTests(TestDataMixin, AdminDocsTestCase): self.assertContains( response, '

The admin documentation system requires Python\'s ' - 'docutils library.

', + 'docutils ' + 'library.' + '

Please ask your administrators to install ' + 'docutils.

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

Django administration

') -- cgit v1.3