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
This repo has received 2 major overhauls in the past 2 years (Merging gems, and refactoring API code along with a new API codegen) but the test framework has not been cleaned up to removed artifacts that are not longer relevant. A few things that we can do right now:
remove unused gems in gemfile
a better strategy to test different combinations of faraday and its adapters.
remove tests that are no longer relevant (and adding new ones if necessary)
The text was updated successfully, but these errors were encountered:
This repo has received 2 major overhauls in the past 2 years (Merging gems, and refactoring API code along with a new API codegen) but the test framework has not been cleaned up to removed artifacts that are not longer relevant. A few things that we can do right now:
gemfile
The text was updated successfully, but these errors were encountered: