mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-27 07:54:58 +00:00
Make HTTPMicro.t test names unique.
This commit is contained in:
@@ -27,7 +27,7 @@ for my $test_url ( "http://www.percona.com/robots.txt", "https://v.percona.com"
|
|||||||
is_deeply(
|
is_deeply(
|
||||||
$micro->{content},
|
$micro->{content},
|
||||||
$tiny->{content},
|
$tiny->{content},
|
||||||
"HTTPMicro behaves like HTTP::Tiny (max_redirect=0)"
|
"HTTPMicro == HTTP::Tiny for $test_url"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user