Commit 362842c5 authored by Jérome Perrin's avatar Jérome Perrin

fix test by passing a real request

parent 50bcc2cf
......@@ -739,7 +739,7 @@ class TestProxyField(ERP5TypeTestCase):
# we can render
proxy_field.render()
# and validate
self.container.Base_view.validate_all_to_request(dict())
self.container.Base_view.validate_all_to_request(self.portal.REQUEST)
def test_manage_edit_surcharged_xmlrpc(self):
# manage_edit_surcharged_xmlrpc is a method to edit proxyfields
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment