diff --git a/wagtail/wagtaildocs/tests.py b/wagtail/wagtaildocs/tests.py index 00a8227e0..863ad8e9c 100644 --- a/wagtail/wagtaildocs/tests.py +++ b/wagtail/wagtaildocs/tests.py @@ -580,7 +580,7 @@ class TestServeView(TestCase): self.assertEqual(response.status_code, 404) -class TestDocumentLinkHandler(TestCase): +class TestDocumentRichTextLinkHandler(TestCase): fixtures = ['wagtail/tests/fixtures/test.json'] def test_get_db_attributes(self):