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'},