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 d0550c7 commit f11a111Copy full SHA for f11a111
tbx/core/tests/test_jsonld.py
@@ -128,8 +128,3 @@ def test_blog_posting_template_included(self):
128
129
self.assertGreater(len(schema), 0, "BlogPosting JSON-LD not found")
130
self.assertEqual(schema[0]["headline"], "Test Blog Post")
131
-
132
- def test_multiple_jsonld_scripts(self):
133
- """Test that multiple JSON-LD scripts can be present on a page."""
134
- org_data = self._get_organization_jsonld()
135
- self.assertEqual(org_data["@type"], "Organization")
0 commit comments