forked from Techsystech/web
[FIX] web_pwa_oca: Tests
parent
42c6f68b64
commit
cf28284e18
|
@ -6,7 +6,7 @@
|
|||
{
|
||||
"name": "Progressive web application",
|
||||
"summary": "Make Odoo a PWA",
|
||||
"version": "13.0.1.0.1",
|
||||
"version": "13.0.1.0.2",
|
||||
"development_status": "Beta",
|
||||
"category": "Website",
|
||||
"website": "https://github.com/OCA/web",
|
||||
|
|
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue