Skip to content

Commit

Permalink
Fixed because the test did not produce the intended execution results
Browse files Browse the repository at this point in the history
  • Loading branch information
mziyut committed May 30, 2022
1 parent 6c969f1 commit 1296c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/proxy_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def test_404s_on_non_image_content_type
end

def test_404s_on_connect_timeout
assert_raise RestClient::ResourceNotFound do
assert_raise RestClient::RequestTimeout do
request('http://10.0.0.1/foo.cgi')
end
end
Expand Down

0 comments on commit 1296c7c

Please sign in to comment.