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 100a050 commit ac27de9Copy full SHA for ac27de9
src/modules/layer/index.test.js
@@ -3,8 +3,8 @@ const { sleep } = require('@ygkit/request');
3
4
async function runTest() {
5
const credentials = {
6
- SecretId: 'AKIDb3MGzXnADAycrvIV1MWWNyOcgaJqtNJH',
7
- SecretKey: '1sX2LKFzXu7B6weFhy40mGg085rTu9GB',
+ SecretId: '',
+ SecretKey: '',
8
};
9
10
const inputs = {
0 commit comments