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 3933d08 commit 45ee08eCopy full SHA for 45ee08e
test/test.js
@@ -6928,6 +6928,7 @@ group('EnableLog', function () {
6928
SecretId: config.SecretId,
6929
SecretKey: config.SecretKey,
6930
EnableLog: true,
6931
+ EnableLogcat: true,
6932
});
6933
cos.uploadFile(
6934
{
@@ -6942,7 +6943,7 @@ group('EnableLog', function () {
6942
6943
6944
Bucket: config.Bucket,
6945
Region: config.Region,
- Key: '1mb.zip',
6946
+ Key: '2mb.zip',
6947
},
6948
function (err, data) {
6949
assert.ok(data);
0 commit comments