Commit d9c8287d authored by Łukasz Nowak's avatar Łukasz Nowak

Do not send not needed header.

parent 0ba4b36a
......@@ -77,7 +77,6 @@ class VifibSlaposRestAPIV1MixinBase(TestVifibSlapWebServiceMixin):
self.connection = CustomHeaderHTTPConnection(host=self.api_netloc,
custom_header={
'Access-Control-Request-Headers': self.access_control_allow_headers,
'Accept': 'application/json',
'Content-Type': 'application/json',
})
......
74
\ No newline at end of file
75
\ 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