Skip to content

Commit 45ee08e

Browse files
committed
fix: 优化单测
1 parent 3933d08 commit 45ee08e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6928,6 +6928,7 @@ group('EnableLog', function () {
69286928
SecretId: config.SecretId,
69296929
SecretKey: config.SecretKey,
69306930
EnableLog: true,
6931+
EnableLogcat: true,
69316932
});
69326933
cos.uploadFile(
69336934
{
@@ -6942,7 +6943,7 @@ group('EnableLog', function () {
69426943
{
69436944
Bucket: config.Bucket,
69446945
Region: config.Region,
6945-
Key: '1mb.zip',
6946+
Key: '2mb.zip',
69466947
},
69476948
function (err, data) {
69486949
assert.ok(data);

0 commit comments

Comments
 (0)