From 7617d4893e785c9b859f9f25a8cc668172d0fba9 Mon Sep 17 00:00:00 2001 From: Ryan Barrett Date: Thu, 19 Sep 2019 07:56:14 -0700 Subject: [PATCH] update test to match granary new whitespace handling ...again. specifically snarfed/granary@0ac54362ae10e30b7137a3fa405c9fba8e75dc4b --- tests/test_webmention.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')