mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-17 00:47:44 +00:00
Fix init_agent.t.
This commit is contained in:
@@ -90,7 +90,7 @@ is_deeply(
|
||||
hostname => `hostname`,
|
||||
versions => {
|
||||
'Percona::WebAPI::Client' => "$Percona::WebAPI::Client::VERSION",
|
||||
'Perl' => sprintf '%vd', $PERL_VERSION,
|
||||
'Perl' => sprintf('%vd', $PERL_VERSION),
|
||||
}
|
||||
},
|
||||
'Create new Agent'
|
||||
|
Reference in New Issue
Block a user