lostisland / faraday

Simple, but flexible HTTP client library, with support for multiple backends.
https://lostisland.github.io/faraday
MIT License
5.72k stars 972 forks source link

Explicitly pass `reason_phrase` to `save_response` in test adapter #1445

Closed iMacTia closed 2 years ago

iMacTia commented 2 years ago

Description

Explicitly pass reason_phrase to save_response in test adapter.

Fixes #1444