From 417d3afd87b9b2b0bbcc747b647875d67778a85f Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sat, 26 Jul 2014 17:29:53 -0700 Subject: [PATCH] fix 404 test --- t/post-cryptssleay.t | 3 ++- t/post-netssleay.t | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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, ); 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, ); -- 2.11.0