Skip to content

Commit

Permalink
remove log, add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
HackbrettXXX committed Sep 25, 2024
1 parent 51e5984 commit c2c977a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/saucelabs/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ const browsers = {
};

module.exports = config => {
// Use ENV vars or .sauce.yml to get credentials
console.log(process.env.SAUCE_USERNAME)
console.log(process.env.SAUCE_ACCESS_KEY)
// re-defining the env variables seems to fix the auth issue
// eslint-disable-next-line no-self-assign
process.env.SAUCE_USERNAME = process.env.SAUCE_USERNAME
// eslint-disable-next-line no-self-assign
process.env.SAUCE_ACCESS_KEY = process.env.SAUCE_ACCESS_KEY
if (
!(
Expand Down

0 comments on commit c2c977a

Please sign in to comment.