Skip to content

Commit

Permalink
Rack::Test no longer sets a Content-Type for DELETE requests
Browse files Browse the repository at this point in the history
  • Loading branch information
twe4ked committed Aug 22, 2017
1 parent 19a79c0 commit adf56ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/integration/output/json/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
},
"requestQueryParameters": {
},
"requestContentType": "application/x-www-form-urlencoded",
"requestContentType": null,
"responseStatus": 200,
"responseStatusText": "OK",
"responseBody": "{\"message\":\"Character not found.\"}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"request_query_parameters": {
},
"request_content_type": "application/x-www-form-urlencoded",
"request_content_type": null,
"response_status": 200,
"response_status_text": "OK",
"response_body": "{\"message\":\"Character not found.\"}",
Expand Down

0 comments on commit adf56ad

Please sign in to comment.