mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-26 05:58:16 +00:00
t/lib/MasterSlave.t: A call to ->recurse_to_slaves() still used a string instead of an arrayref
This commit is contained in:
@@ -211,7 +211,7 @@ SKIP: {
|
||||
dsn => $ro_dsn,
|
||||
recurse => 2,
|
||||
callback => sub { $recursed++ },
|
||||
method => 'none',
|
||||
method => [ 'none' ],
|
||||
});
|
||||
is(
|
||||
$recursed,
|
||||
|
Reference in New Issue
Block a user