Skip to content

Commit

Permalink
vault, vault_share: Error on test
Browse files Browse the repository at this point in the history
With the changes introduced on odoo/odoo@a251b14#diff-99de14b6e0a411718ac3adaaf779395155841c7ca9d95fa258369656dae63d18
the tests of vault and vault_share are failing.
  • Loading branch information
CarlosRoca13 authored and fkantelberg committed Feb 29, 2024
1 parent 20fdcbe commit 8fdda00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vault_share/tests/test_share.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def return_context(template, context):
return context

with MockRequest(self.env) as request_mock:
request_mock.render.side_effect = return_context
request_mock.render = return_context
controller = main.Controller()

response = controller.vault_share("")
Expand Down

0 comments on commit 8fdda00

Please sign in to comment.