diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-08-03 12:01:48 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-08-03 12:01:48 -0700 |
commit | 10b53bacd2d2387381f9e49389fef0c9aaa46ac6 (patch) | |
tree | 1b4b15c0eced45a47cb0cf6b0a0508970438b95b /t | |
parent | 7ce3ec81296de745371f64f8a27edb06c4e17fec (diff) |
fix test failures (closes: CPAN#116405)
Diffstat (limited to 't')
-rw-r--r-- | t/post-netssleay.t | 4 |
1 files changed, 2 insertions, 2 deletions
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, |