Skip to content

Commit

Permalink
Replace HTTPoison with HTTPotion in server error test
Browse files Browse the repository at this point in the history
  • Loading branch information
parroty committed Dec 25, 2024
1 parent a744a8c commit cd0447b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/recorder_ibrowse_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ defmodule ExVCR.RecorderIBrowseTest do

test "forcefully getting response from server with error" do
use_cassette "server_error" do
response = HTTPoison.get!(@url)
response = HTTPotion.get!(@url)
assert response.status_code == 200
assert String.valid?(response.body)
end
Expand Down

0 comments on commit cd0447b

Please sign in to comment.