[test/clientManager] remove incorrect use of snapshot arg

This commit is contained in:
spalger
2016-10-26 18:06:35 -07:00
parent 6bff09108b
commit ef905ce080

View File

@ -103,9 +103,7 @@ module.exports = {
return Bluebird.all([
client.indices.delete({ index: '*', ignore: 404 }),
client.indices.deleteTemplate({ name: '*', ignore: 404 }),
client.snapshot.getRepository({
snapshot: '_all'
})
client.snapshot.getRepository()
.then(_.keys)
.map(function (repo) {
return client.snapshot.get({