Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix tests with excon >= 0.63 (vcr#809)
* Fix tests with excon >= 0.63 In this version an 'Accept' header has been added in excon [1] and needs to be added to the default headers to merge too. This should fix vcr#801 and with the version check being backwards compatible [1] https://github.com/excon/excon/blame/master/lib/excon/constants.rb#L141 * Update spec/support/http_library_adapters.rb Prefer start_with() over to_f() for version comparison Co-Authored-By: Kurtis Rainbolt-Greene <[email protected]> * Use patch by @terceiro Co-Authored-By: Olle Jonsson <[email protected]> Co-authored-by: Kurtis Rainbolt-Greene <[email protected]> Co-authored-by: Olle Jonsson <[email protected]>
- Loading branch information