Fix init_agent.t.

This commit is contained in:
Daniel Nichter
2013-01-30 15:52:26 -07:00
parent 82601d38e6
commit 9cc3c81143
2 changed files with 3 additions and 3 deletions

View File

@@ -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'