mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-26 23:45:44 +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(
|
||||
$micro->{content},
|
||||
$tiny->{content},
|
||||
"HTTPMicro behaves like HTTP::Tiny (max_redirect=0)"
|
||||
"HTTPMicro == HTTP::Tiny for $test_url"
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user