Closed alfert closed 7 years ago
There should be no need to start httpoison by configuring mix.exs. Even more, this is not useful as test only dependency.
httpoison
mix.exs
We use hackney directly, instead of httppoison. There is no need for this fix, then.
There should be no need to start
httpoison
by configuringmix.exs
. Even more, this is not useful as test only dependency.