diff --git a/tests/test_webmention.py b/tests/test_webmention.py index 507d13a..de9ecb9 100644 --- a/tests/test_webmention.py +++ b/tests/test_webmention.py @@ -728,7 +728,7 @@ class WebmentionTest(testutil.TestCase): 'ref': 'tag:fed.brid.gy,2017-08-22:orig-post' }, entry['thr_in-reply-to']) self.assertEquals( - '
foo ☕ bar\n
', + 'foo ☕ bar
\n', entry.content[0]['value']) resp = Response.get_by_id('http://a/reply http://orig/post')