mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-04 00:00:37 -04:00
removed test logging
This commit is contained in:
parent
005ae539ea
commit
10bb2fbfd2
@ -170,7 +170,6 @@ module Requests
|
||||
}
|
||||
uri = build_uri("/delay/4")
|
||||
retries_session = HTTPX.plugin(RequestInspector)
|
||||
.with(debug: $stderr, debug_level: 2) # CI Debug
|
||||
.plugin(:retries, max_retries: 1, retry_on: check_error) # because CI...
|
||||
.with_timeout(total_timeout: 2)
|
||||
.plugin(:multipart)
|
||||
|
Loading…
x
Reference in New Issue
Block a user