test: fix storage test

This commit is contained in:
Girish Ramakrishnan
2025-06-06 08:34:21 +02:00
parent c6ae7729d1
commit 0969bb9824
2 changed files with 2 additions and 2 deletions

View File

@@ -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: [{