Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
edgurgel committed Jan 22, 2023
1 parent 1816b49 commit 0b476f8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/httpoison_base_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -598,9 +598,7 @@ defmodule HTTPoisonBaseTest do
end

for loc_header <- ["Location", "location"] do
test "request returns MaybeRedirect when passing follow_redirect option and server sets #{
loc_header
} header" do
test "request returns MaybeRedirect when passing follow_redirect option and server sets #{loc_header} header" do
expect(:hackney, :request, fn :post,
"http://localhost",
[],
Expand Down

0 comments on commit 0b476f8

Please sign in to comment.