From 10b53bacd2d2387381f9e49389fef0c9aaa46ac6 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 3 Aug 2016 12:01:48 -0700 Subject: fix test failures (closes: CPAN#116405) --- t/post-netssleay.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 't') diff --git a/t/post-netssleay.t b/t/post-netssleay.t index 9f67384..80c2863 100644 --- a/t/post-netssleay.t +++ b/t/post-netssleay.t @@ -11,9 +11,9 @@ BEGIN { #200 my($content, $response, %headers) = https_post( - { 'host' => 'www.google.com', + { 'host' => 'accounts.google.com', 'port' => 443, - 'path' => '/accounts/ServiceLoginAuth', + 'path' => '/ServiceLogin', 'args' => { 'posted' => 'data' }, }, 'net_https_any_test' => 1, -- cgit v1.2.1