Skip to content

Commit

Permalink
Move URL to https
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Maischein committed Nov 21, 2023
1 parent ea76b56 commit de5f6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/50-gh63-encode-response-content.t
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de5f6cc

Please sign in to comment.