X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=t%2Fpost-cryptssleay.t;h=f77fa321538dffafa49481a0341d9c86350a9c09;hb=417d3afd87b9b2b0bbcc747b647875d67778a85f;hp=7f99b0a61d543c68566d4f95912f8d783eeb9661;hpb=66d4880fb7e849d058cad0d1c5f9e57e18278fd9;p=Net-HTTPS-Any.git diff --git a/t/post-cryptssleay.t b/t/post-cryptssleay.t index 7f99b0a..f77fa32 100644 --- a/t/post-cryptssleay.t +++ b/t/post-cryptssleay.t @@ -33,9 +33,10 @@ ok( length($content), 'Received content' ); #404 my($content2, $response2, %headers2) = https_post( - { 'host' => 'www.fortify.net', + { 'host' => 'www.google.com', 'port' => 443, 'path' => '/notfound.html', + 'args' => { 'length' => 'required' }, }, 'net_https_any_test' => 1, );