test: use perl.org for reachability edge case

This commit is contained in:
2025-12-28 17:46:49 +01:00
parent aa9f557aa0
commit 6912495a04

View File

@@ -209,7 +209,7 @@ subtest 'POST /api/v1/urls - Real validator URL edge cases' => sub {
'https://www.example.com?foo=bar',
'https://www.example.com#section',
'https://www.example.com:443',
'https://www.example.com/path/to/resource',
'https://www.perl.org/about.html',
)
{
my $res = post_shorten($url);