mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-22 20:12:04 -06:00
Test corrected
This commit is contained in:
parent
9dbe6eb31d
commit
72f9a4bc26
@ -20,7 +20,8 @@ class TestDocumentPageShowDiff(common.TransactionCase):
|
||||
active_ids=[i.id for i in history_pages]
|
||||
).get_diff())
|
||||
|
||||
page.content = 'Test content updated'
|
||||
page.write({'content': 'Text content updated'})
|
||||
page.write({'content': 'Text updated'})
|
||||
|
||||
history_pages = history_document.search([('page_id', '=', page.id)])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user