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

Updates rest-client to 2.1 #296

Merged
merged 1 commit into from
Sep 8, 2021
Merged

Updates rest-client to 2.1 #296

merged 1 commit into from
Sep 8, 2021

Conversation

davidpatrick
Copy link
Contributor

The recorded tests were failing because of the default behavior in the previous version of rest-client was telling the API to use Content-Encoding with the header "Accept-Encoding"=>"gzip, deflate". This has been removed, and instead of the payloads being encoded and then decoded by rest-client, the payload is never encoded, changing the api responses, but being handled the same.

  • Updates rest-client 2.1
  • Rerun records api responses for integration tests

Closes #286

- Updated rest client 2.1
- Rerun tests for integration tests
@davidpatrick davidpatrick requested a review from a team as a code owner September 3, 2021 23:50
@davidpatrick davidpatrick added the review:medium Medium review label Sep 7, 2021
@davidpatrick davidpatrick merged commit aa755ea into master Sep 8, 2021
@davidpatrick davidpatrick deleted the restclient-2.1-support branch September 8, 2021 22:31
@davidpatrick davidpatrick added this to the vNext milestone Sep 8, 2021
@davidpatrick davidpatrick mentioned this pull request Sep 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rest-client 2.1.0 support
2 participants