Fix t/lib/Percona/Toolkit.t and t/lib/Percona/WebAPI/Client.t.

This commit is contained in:
Daniel Nichter
2013-08-08 12:34:29 -07:00
parent 50d33a4f00
commit f62e395b38
2 changed files with 3 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ is_deeply(
is_deeply(
$ua->{requests},
[
'GET https://api.tools.percona.com',
'GET https://cloud-api.percona.com',
],
"1 request, 1 GET"
) or diag(Dumper($ua->{requests}));
@@ -195,6 +195,7 @@ my $run0 = Percona::WebAPI::Resource::Task->new(
);
my $svc0 = Percona::WebAPI::Resource::Service->new(
ts => '123',
name => 'query-monitor',
run_schedule => '1 * * * *',
spool_schedule => '2 * * * *',