mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-28 00:21:56 +00:00
Fix WebAPI::Client to always expect links: in reponse.
This commit is contained in:
@@ -28,7 +28,9 @@ my $ua = Percona::Test::Mock::UserAgent->new(
|
||||
$ua->{responses}->{get} = [
|
||||
{
|
||||
content => {
|
||||
agents => '/agents',
|
||||
links => {
|
||||
agents => '/agents',
|
||||
},
|
||||
},
|
||||
},
|
||||
];
|
||||
|
Reference in New Issue
Block a user