mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-03 04:54:45 +00:00
Fix edit handlers test
This commit is contained in:
parent
160e7e1f83
commit
2d1862ac8a
1 changed files with 1 additions and 1 deletions
|
|
@ -424,7 +424,7 @@ class TestPageChooserPanel(TestCase):
|
|||
'barbecue',
|
||||
'wagtailcore.site'
|
||||
).bind_to_model(PageChooserModel).target_content_type()[0]
|
||||
self.assertEqual(result.name, 'Site')
|
||||
self.assertEqual(result.name, 'site')
|
||||
|
||||
def test_target_content_type_malformed_type(self):
|
||||
result = PageChooserPanel(
|
||||
|
|
|
|||
Loading…
Reference in a new issue