We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47f3b16 commit 984a9c8Copy full SHA for 984a9c8
schema_salad/tests/test_examples.py
@@ -52,14 +52,6 @@ def test_bad_schemas(caplog: pytest.LogCaptureFixture) -> None:
52
"Could not load extension schema https://bad.example.com/missing.ttl: "
53
"Error fetching https://bad.example.com/missing.ttl"
54
) 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
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
63
64
65
def test_skip_bad_schemas(caplog: pytest.LogCaptureFixture) -> None:
0 commit comments