mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] web_pwa_oca: Tests
This commit is contained in:
committed by
sergio-teruel
parent
44c35873f2
commit
23b7e14206
@@ -14,7 +14,7 @@ class TestUi(odoo.tests.HttpCase):
|
||||
super().setUp()
|
||||
self.user = self.env.ref("base.user_admin")
|
||||
self.res_config_settings_obj = (
|
||||
self.env["res.config.settings"].sudo(self.user.id).create({})
|
||||
self.env["res.config.settings"].with_user(self.user).create({})
|
||||
)
|
||||
|
||||
def test_manifest_valid_json(self):
|
||||
|
||||
Reference in New Issue
Block a user