summarylogtreecommitdiffstats
path: root/google.patch
blob: ab1e7673ba95cbc380c6bf8b5f229cc831b00406 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- src/Net-HTTPS-Any-0.12/t/post-netssleay.t
+++ src/Net-HTTPS-Any-0.12/t/post-netssleay.t
@@ -11,9 +11,9 @@
 
 #200
 my($content, $response, %headers) = https_post(
-  { 'host' => 'accounts.google.com',
+  { 'host' => 'httpbin.org',
     'port' => 443,
-    'path' => '/ServiceLogin',
+    'path' => '/anything',
     'args' => { 'posted' => 'data' },
   },
   'net_https_any_test' => 1,