Skip to content

Commit ac27de9

Browse files
committed
fix: layer test
1 parent 100a050 commit ac27de9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/modules/layer/index.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ const { sleep } = require('@ygkit/request');
33

44
async function runTest() {
55
const credentials = {
6-
SecretId: 'AKIDb3MGzXnADAycrvIV1MWWNyOcgaJqtNJH',
7-
SecretKey: '1sX2LKFzXu7B6weFhy40mGg085rTu9GB',
6+
SecretId: '',
7+
SecretKey: '',
88
};
99

1010
const inputs = {

0 commit comments

Comments
 (0)