test: fix storage test
This commit is contained in:
@@ -225,7 +225,7 @@ describe('Storage', function () {
|
||||
expect(cfg.region).to.be(backupConfig.region);
|
||||
}
|
||||
|
||||
async listObjects(params) {
|
||||
async listObjectsV2(params) {
|
||||
expect(params.Bucket).to.be(backupConfig.bucket);
|
||||
return {
|
||||
Contents: [{
|
||||
|
||||
Reference in New Issue
Block a user