We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4cadf8 commit 0ec0431Copy full SHA for 0ec0431
test/test.js
@@ -6181,8 +6181,7 @@ group('getObject() 手动关闭合并 Key 校验', function () {
6181
},
6182
function (err, data) {
6183
console.log('getObject Body1', err || data);
6184
- assert.ok(data.Body.toString().includes('ListBucketResult'));
6185
- // assert.ok(err);
+ assert.ok(err);
6186
done();
6187
}
6188
);
@@ -6200,8 +6199,7 @@ group('getObject() 手动关闭合并 Key 校验', function () {
6200
6199
6201
6202
console.log('getObject Body3', err || data);
6203
6204
6205
6206
6207
0 commit comments