Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dfahlander committed Jun 18, 2023
1 parent 76aef42 commit 80699ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/karma.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ const browserSuiteToUse = process.env.LAMBDATEST
? "ciLocal"
: 'local'; // Developer local machine

if (browserSuiteToUse === 'ciLT') {
if (browserSuiteToUse === 'ci') {
console.log('Username length', process.env.BROWSER_STACK_USERNAME.length);
console.log('Access key length', process.env.BROWSER_STACK_ACCESS_KEY.length);
}
Expand Down

0 comments on commit 80699ea

Please sign in to comment.