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(persister): Only persist post data if a request has a body #171

Merged
merged 1 commit into from
Jan 29, 2019

Conversation

offirgolan
Copy link
Collaborator

I've also re-recorded all our previous recordings as some were outdated.

@offirgolan offirgolan requested a review from jasonmit January 29, 2019 05:36
"headers": [
{
"name": "content-type",
"value": "text/plain;charset=utf-8"
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

content-type is added by nise here

@@ -29,6 +29,7 @@
"method": "POST",
"postData": {
"mimeType": "application/json",
"params": [],
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@offirgolan
Copy link
Collaborator Author

This should also allow #170 to pass 😄

@offirgolan offirgolan merged commit f62d318 into master Jan 29, 2019
@offirgolan offirgolan deleted the persister-post-data branch January 29, 2019 17:27
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.

1 participant