mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-03 06:40:28 +00:00
rename TestDocumentLinkHandler as suggested https://github.com/torchbox/wagtail/pull/1093/files#r26976807
This commit is contained in:
parent
8b70405c3e
commit
d140bff2f0
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue