From 6af7f150f99dcad7d75744237c001efce3d463fe Mon Sep 17 00:00:00 2001 From: David Miguel Susano Pinto Date: Sat, 20 Jan 2024 15:19:07 +0000 Subject: [PATCH] t/Root/RootIO.t: use bioperl.org instead of google.com to test reading from URL (#385) --- t/Root/RootIO.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Root/RootIO.t b/t/Root/RootIO.t index d179da8282..03b57841ed 100644 --- a/t/Root/RootIO.t +++ b/t/Root/RootIO.t @@ -12,7 +12,7 @@ BEGIN { use_ok 'Bio::Root::IO'; } -my $TESTURL = 'http://www.google.com/index.html'; +my $TESTURL = 'https://bioperl.org'; my $rio;