X-Git-Url: http://git.freeside.biz/gitweb/?p=Net-HTTPS-Any.git;a=blobdiff_plain;f=t%2Fpost-netssleay.t;fp=t%2Fpost-netssleay.t;h=80c286391f937cdceec2c5f839725bf88b4111aa;hp=9f6738460fc3866ec925d24a322d49217172efc4;hb=10b53bacd2d2387381f9e49389fef0c9aaa46ac6;hpb=7ce3ec81296de745371f64f8a27edb06c4e17fec 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,