Skip to content

Commit

Permalink
Update test/req/steps_test.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach authored Jun 19, 2024
1 parent cef3cef commit 0c35342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/req/steps_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -1148,7 +1148,7 @@ defmodule Req.StepsTest do
assert_receive :ping
refute_receive _

assert %{req_redirect_count: 3} = req.private
assert req.private == %{req_redirect_count: 3}
assert Exception.message(e) == "too many redirects (3)"
end

Expand Down

0 comments on commit 0c35342

Please sign in to comment.