fix test failures (closes: CPAN#116405)
authorIvan Kohler <ivan@freeside.biz>
Wed, 3 Aug 2016 19:01:48 +0000 (12:01 -0700)
committerIvan Kohler <ivan@freeside.biz>
Wed, 3 Aug 2016 19:01:48 +0000 (12:01 -0700)
Changes
t/post-netssleay.t

diff --git a/Changes b/Changes
index 565186c..0bb9412 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,8 +1,9 @@
 Revision history for Net-HTTPS-Any
 
-0.12    unreleased
+0.12    Wed Aug  3 12:01:08 PDT 2016
         - Get rid of the LWP codepath, now just a simple wrapper for
           Business::OnlinePayment
+        - fix test failures (closes: CPAN#116405)
 
 0.11    Sat Jul 26 17:30:43 PDT 2014
         - doc: update example in synopsis
index 9f67384..80c2863 100644 (file)
@@ -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,