mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-17 19:51:11 +00:00
Minor HTML fix
This commit is contained in:
parent
444328601f
commit
63c11ff1d1
1 changed files with 1 additions and 1 deletions
|
|
@ -319,4 +319,4 @@ class TestEmbedBlock(TestCase):
|
|||
get_embed.assert_any_call('http://www.example.com')
|
||||
|
||||
# Check that the embed was in the returned HTML
|
||||
self.assertIn('<h1>Hello world!</h1', html)
|
||||
self.assertIn('<h1>Hello world!</h1>', html)
|
||||
|
|
|
|||
Loading…
Reference in a new issue