[IMP] : pre-commit auto fixes

This commit is contained in:
Justine Doutreloux
2024-11-07 16:58:52 +01:00
parent a3fd4fa7f8
commit adbf5ac757
9 changed files with 44 additions and 50 deletions

View File

@@ -45,9 +45,7 @@ class TestDocumentPage(common.TransactionCase):
page.menu_id = menu
self.assertEqual(
page.backend_url,
"/web#id={}&model=document.page&view_type=form&action={}".format(
page.id, menu.action.id
),
f"/web#id={page.id}&model=document.page&view_type=form&action={menu.action.id}",
)
def test_page_copy(self):