Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
parroty committed Mar 5, 2014
1 parent 0e45b62 commit aa8aea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/adapter_ibrowse_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ defmodule ExVCR.Adapter.IBrowseTest do
test "custom without valid response throws error" do
assert_raise ExVCR.InvalidRequestError, fn ->
use_cassette "response_mocking", custom: true do
HTTPotion.get("http://example.com/invalid", [])
HTTPotion.get("http://invalidurl.example.com/invalid", [])
end
end
end
Expand Down

0 comments on commit aa8aea4

Please sign in to comment.