Skip to content

Commit 984a9c8

Browse files
committed
errors changed
1 parent 47f3b16 commit 984a9c8

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

schema_salad/tests/test_examples.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,6 @@ def test_bad_schemas(caplog: pytest.LogCaptureFixture) -> None:
5252
"Could not load extension schema https://bad.example.com/missing.ttl: "
5353
"Error fetching https://bad.example.com/missing.ttl"
5454
) in caplog.text
55-
assert (
56-
"https://schema.org/!DOCTYPE html does not look like a valid URI, "
57-
"trying to serialize this will break"
58-
) in caplog.text
59-
assert (
60-
"Could not load extension schema https://schema.org/docs/schema_org_rdfa.html: "
61-
"No plugin registered for (rdfa, <class 'rdflib.parser.Parser'>)"
62-
) in caplog.text
6355

6456

6557
def test_skip_bad_schemas(caplog: pytest.LogCaptureFixture) -> None:

0 commit comments

Comments
 (0)