mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-27 07:54:58 +00:00
Fixed various failing tests
This commit is contained in:
@@ -24,9 +24,9 @@ for my $test_url ( "http://www.percona.com/robots.txt", "https://v.percona.com"
|
||||
my $tiny = HTTP::Tiny->new(max_redirect => 0)->request('GET', $test_url);
|
||||
my $micro = HTTPMicro->new->request('GET', $test_url);
|
||||
|
||||
is_deeply(
|
||||
like(
|
||||
$micro->{content},
|
||||
$tiny->{content},
|
||||
qr/^\Q$tiny->{content}/,
|
||||
"HTTPMicro == HTTP::Tiny for $test_url"
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user