We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dbf3c25 + f46ca57 commit da8f5b4Copy full SHA for da8f5b4
1 file changed
g2p_openid_vci_programs/tests/test_vci_programs.py
@@ -16,7 +16,7 @@
16
class TestVCIIssuerProgram(TransactionCase):
17
def setUp(self):
18
super().setUp()
19
- self.env["ir.config_parameter"].set_param("web.base.url", "http://openg2p.local")
+ self.env["ir.config_parameter"].sudo().set_param("web.base.url", "http://openg2p.local")
20
self.id_type = self.env["g2p.id.type"].create(
21
{
22
"name": "NATIONAL ID",
0 commit comments