dont require agent().build()

This commit is contained in:
Martin Algesten
2018-07-01 10:24:42 +02:00
parent 03928a05c5
commit a14e75fcbc
4 changed files with 6 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ fn read_range() {
#[test]
fn agent_pool() {
let agent = agent().build();
let agent = agent();
// req 1
let resp = agent.get("https://s3.amazonaws.com/foosrvr/bbb.mp4")