From f4a86dcb82782a29c4cf697f304a4df5c017b469 Mon Sep 17 00:00:00 2001 From: Ryan Barrett Date: Fri, 31 Mar 2023 20:27:28 -0700 Subject: [PATCH] update test for snarfed/granary@882426a9de1711b7f9e59a78520d8aaa1388e48c --- tests/test_models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_models.py b/tests/test_models.py index 8b74cc4..e5b0891 100644 --- a/tests/test_models.py +++ b/tests/test_models.py @@ -273,13 +273,13 @@ class ObjectTest(testutil.TestCase): ('href="">', {}), ('href="http://foo">foo', {'actor': 'http://foo'}), ('href="">Alice', {'actor': {'name': 'Alice'}}), - ('href="http://foo">Alice', {'actor': { + ('href="http://foo/">Alice', {'actor': { 'name': 'Alice', 'url': 'http://foo', }}), ("""\ title="Alice"> - + Alice""", {'actor': { 'name': 'Alice', 'icon': {'type': 'Image', 'url': 'http://pic'},