set bucket and prefix to make migrate test pass

This commit is contained in:
Girish Ramakrishnan
2015-11-09 22:45:07 -08:00
parent 9c549ed4d8
commit ee5bd456e0
2 changed files with 7 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ function setup(done) {
},
function createSettings(callback) {
settings.setBackupConfig({ provider: 'caas', token: 'BACKUP_TOKEN' }, callback);
settings.setBackupConfig({ provider: 'caas', token: 'BACKUP_TOKEN', bucket: 'Bucket', prefix: 'Prefix' }, callback);
}
], done);
}
@@ -146,4 +146,3 @@ describe('Backups API', function () {
});
});
});