diff options
Diffstat (limited to 'test')
| -rwxr-xr-x | test/it_url_slow.t | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/test/it_url_slow.t b/test/it_url_slow.t index b382b3a..00bbc2f 100755 --- a/test/it_url_slow.t +++ b/test/it_url_slow.t @@ -77,7 +77,7 @@ handle_server(  handle_server(  	ok( -		it_url::get('url' => U("http://$host/repeat", ['string' => "abc", 'num' => 1024 * 32]), 'maxlength' => 1024 * 1024) == str_repeat("abc", 1024 * 32), +		it_url::get(['url' => U("http://$host/repeat", ['string' => "abc", 'num' => 1024 * 32]), 'maxlength' => 1024 * 1024]) == str_repeat("abc", 1024 * 32),  		'it_url::get() handles large response with maxlength set'  	)  ); |