mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-09-01 00:00:35 -04:00
do not test result of real requests
This commit is contained in:
parent
e1feac17eb
commit
c74b86b435
@ -47,7 +47,7 @@ module Requests
|
||||
.max_redirects(1)
|
||||
.with(follow_insecure_redirects: true)
|
||||
insecure_response = insecure_client.get(insecure_redirect_uri)
|
||||
verify_status(insecure_response, 200)
|
||||
assert insecure_response.is_a?(HTTPX::Response), "request should follow insecure URLs"
|
||||
end
|
||||
|
||||
private
|
||||
|
Loading…
x
Reference in New Issue
Block a user