Skip to content

Commit

Permalink
Ensure Req is started for OTP 22 test
Browse files Browse the repository at this point in the history
  • Loading branch information
danschultzer committed Nov 19, 2023
1 parent 9932407 commit 13af67b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_helper.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ Application.put_env(:assent, :http_adapter, Assent.HTTPAdapter.Httpc)

Logger.configure(level: :warning)

# For OTP 22 / Elixir 1.12 test
{:ok, _} = Application.ensure_all_started(:req)

ExUnit.start()

0 comments on commit 13af67b

Please sign in to comment.