diff --git a/bookwyrm/tests/validate_html.py b/bookwyrm/tests/validate_html.py index e98a4f3f8..423a86586 100644 --- a/bookwyrm/tests/validate_html.py +++ b/bookwyrm/tests/validate_html.py @@ -18,6 +18,7 @@ def validate_html(html): for e in errors.split("\n") if "&book" not in e and "&type" not in e + and "&resolved" not in e and "id and name attribute" not in e and "illegal characters found in URI" not in e and "escaping malformed URI reference" not in e