summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/it_url.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/it_url.t b/test/it_url.t
index 302a754..b6ef5ba 100755
--- a/test/it_url.t
+++ b/test/it_url.t
@@ -356,7 +356,7 @@ handle_server(
"failure"
),
is(
- it_url::get(['url' => "http://$host/maybe_error?chance=25", 'retries' => 10]),
+ it_url::get(['url' => "http://$host/maybe_error?chance=25", 'retries' => 10, 'body_on_fail' => false]),
"success",
"Retry on sporadically failing url in ::get"
),