X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=t%2Fpost-netssleay.t;h=9f6738460fc3866ec925d24a322d49217172efc4;hb=417d3afd87b9b2b0bbcc747b647875d67778a85f;hp=d5065b93f476c9b33a09ed9a00e48cdc366e5527;hpb=66d4880fb7e849d058cad0d1c5f9e57e18278fd9;p=Net-HTTPS-Any.git diff --git a/t/post-netssleay.t b/t/post-netssleay.t index d5065b9..9f67384 100644 --- a/t/post-netssleay.t +++ b/t/post-netssleay.t @@ -27,9 +27,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, );