Commit 9d7641a6 authored by Łukasz Nowak's avatar Łukasz Nowak

Follow logic change.

parent 3376e249
......@@ -365,7 +365,7 @@ class TestInstanceRequest(VifibSlaposRestAPIV1Mixin):
def test_content_negotiation_headers(self):
self.connection = CustomHeaderHTTPConnection(host=self.api_netloc,
custom_header={
'Access-Control-Allow-Headers': self.access_control_allow_headers
'Access-Control-Request-Headers': self.access_control_allow_headers
})
kwargs = {
'parameter': {
......
46
\ No newline at end of file
47
\ 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