From de5f6ccc9c0d36c2ac342f2d0a15dbd20b32aa3a Mon Sep 17 00:00:00 2001 From: Max Maischein Date: Tue, 25 Jul 2023 20:35:30 +0200 Subject: [PATCH] Move URL to https --- t/50-gh63-encode-response-content.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/50-gh63-encode-response-content.t b/t/50-gh63-encode-response-content.t index ec6b7e0..be13093 100644 --- a/t/50-gh63-encode-response-content.t +++ b/t/50-gh63-encode-response-content.t @@ -46,7 +46,7 @@ t::helper::run_across_instances(\@instances, \&new_mech, $testcount, sub { is $mech->uri, $site, "Navigated to $site"; - my $link = "http://google.com/maps/search/Furniture+at+Praha/@50.1064625,14.3744223,14z/"; + my $link = "https://google.com/maps/search/Furniture+at+Praha/@50.1064625,14.3744223,14z/"; $mech->get($link); # The error with HTTP::Message must be occurred on the next step