Skip to content

Commit f11a111

Browse files
committed
Remove redundant test_multiple_jsonld_scripts test
1 parent d0550c7 commit f11a111

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tbx/core/tests/test_jsonld.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,3 @@ def test_blog_posting_template_included(self):
128128

129129
self.assertGreater(len(schema), 0, "BlogPosting JSON-LD not found")
130130
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

Comments
 (0)