mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-23 04:22:04 -06:00
flake8 error "E126 continuation line over-indented for hanging indent" corrected
This commit is contained in:
parent
8b52e66e1b
commit
f978d2a051
@ -10,8 +10,9 @@ class TestDocumentPageCreateMenu(common.TransactionCase):
|
||||
"""Test page menu creation."""
|
||||
menu_parent = self.env.ref('base.menu_base_partner')
|
||||
|
||||
menu_created = self.env['document.page.create.menu'].create({
|
||||
'menu_name': 'Wiki Test menu', 'menu_parent_id': menu_parent.id})
|
||||
menu_created = self.env['document.page.create.menu'].create(
|
||||
{'menu_name': 'Wiki Test menu', 'menu_parent_id': menu_parent.id}
|
||||
)
|
||||
|
||||
menu = self.env['document.page.create.menu'].search(
|
||||
[('id', '=', menu_created.id)]
|
||||
|
Loading…
Reference in New Issue
Block a user