You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like we're no longer setting conn.adapter = :net_http_persistent in Airrecord::Client. This doesn't trigger any test failures, but it does make Airrecord unable to make real network requests!
I propose writing some tests for Airrecord::Client, including explicitly testing that its Faraday connection is set.
The text was updated successfully, but these errors were encountered:
It looks like we're no longer setting
conn.adapter = :net_http_persistent
inAirrecord::Client
. This doesn't trigger any test failures, but it does make Airrecord unable to make real network requests!I propose writing some tests for
Airrecord::Client
, including explicitly testing that its Faraday connection is set.The text was updated successfully, but these errors were encountered: