summaryrefslogtreecommitdiff
path: root/t/post-netssleay.t
diff options
context:
space:
mode:
Diffstat (limited to 't/post-netssleay.t')
-rw-r--r--t/post-netssleay.t3
1 files changed, 2 insertions, 1 deletions
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,
);