From 63c11ff1d1738e962662ca565b71c5723f789c26 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Fri, 6 Feb 2015 16:50:32 +0000 Subject: [PATCH] Minor HTML fix --- wagtail/wagtailembeds/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wagtail/wagtailembeds/tests.py b/wagtail/wagtailembeds/tests.py index 258013909..93231372e 100644 --- a/wagtail/wagtailembeds/tests.py +++ b/wagtail/wagtailembeds/tests.py @@ -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('

Hello world!Hello world!

', html)