Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix _format_data_according_to_header ignoring default headers #103

Merged
merged 3 commits into from Mar 14, 2016

Conversation

oleduc
Copy link
Contributor

@oleduc oleduc commented Mar 11, 2016

Right now the auto formatting method ignores default headers, this is a fix for that small issue.

if headers is None:
headers = {}
else:
headers.copy()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what happens to the copy ?

@oleduc
Copy link
Contributor Author

oleduc commented Mar 13, 2016

@bulkan Ah my mistake I forgot to assign it.

bulkan added a commit that referenced this pull request Mar 14, 2016
Fix _format_data_according_to_header ignoring default headers
@bulkan bulkan merged commit 15af1dc into MarketSquare:master Mar 14, 2016
oleduc added a commit to oleduc/robotframework-requests that referenced this pull request Mar 14, 2016
Merge pull request MarketSquare#103 from oleduc/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants