fix tests for yet another parser change that dropped implied u-url

pull/36/head
Ryan Barrett 2018-10-11 19:19:56 -07:00
rodzic 5047337738
commit 118f8380c7
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6BE31FDF4776E9D4
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -25,8 +25,8 @@ class WebFingerTest(testutil.TestCase):
def setUp(self):
super(WebFingerTest, self).setUp()
self.html = """
<body>
<a class="h-card" rel="me" href="/about-me">
<body class="h-card">
<a class="u-url" rel="me" href="/about-me">
<img class="u-photo" src="/me.jpg" />
Mrs. Foo
</a>