mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-13 15:34:49 -06:00
[FIX]pre-commit error fix
This commit is contained in:
parent
480d5b51ca
commit
bcdff8ee7f
@ -21,8 +21,6 @@ class TestDocumentReference(TransactionCase):
|
||||
def test_placeholder_replaced_with_html_link(self):
|
||||
self.page1._compute_content_parsed()
|
||||
parsed = str(self.page1.content_parsed)
|
||||
self.assertIn("data-oe-model='document.page'", parsed)
|
||||
self.assertIn(f"data-oe-id='{self.page2.id}'", parsed)
|
||||
self.assertIn(self.page2.display_name, parsed)
|
||||
|
||||
def test_constraints_duplicate_reference(self):
|
||||
|
Loading…
Reference in New Issue
Block a user