Commit 5a7d67e5 authored by Łukasz Nowak's avatar Łukasz Nowak

Transmit all required headers.

parent c3512cfc
......@@ -75,7 +75,8 @@ class TestVifibSlaposRestAPIV1(ERP5TypeTestCase):
self.connection = CustomHeaderHTTPConnection(host=self.api_netloc,
custom_header={
'Access-Control-Allow-Headers': self.access_control_allow_headers,
'Accept': 'application/json'
'Accept': 'application/json',
'Content-Type': 'application/json',
})
self.reindexAndUpdateLocalRoles()
self.simulator = tempfile.mkstemp()[1]
......
13
\ No newline at end of file
14
\ No newline at end of file
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