Skip to content

Commit e172c2c

Browse files
committed
fix: define missing skipAuth variable in loadtest-dashboard-api.js
1 parent 9822944 commit e172c2c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/loadtest-dashboard-api.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const duration = parseInt(args.duration || '10', 10);
2222
const email = args.email || 'developer@example.com';
2323
const password = args.password || 'password123';
2424
const token = args.token || '';
25+
const skipAuth = args.skipAuth === 'true' || args.skipAuth === true;
2526
const bypassKey = args.bypassKey || process.env.LOADTEST_BYPASS_KEY;
2627

2728
console.log('====================================================');

0 commit comments

Comments
 (0)