Minor HTML fix

This commit is contained in:
Karl Hobley 2015-02-06 16:50:32 +00:00
parent 444328601f
commit 63c11ff1d1

View file

@ -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)