Skip to content

Commit

Permalink
chore: set cypress default environment back to staging
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewleith committed Nov 9, 2023
1 parent 9a9680a commit edb40cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests_cypress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ const config = {
};

// choose which config to use here
const ConfigToUse = config.LOCAL;
const ConfigToUse = config.STAGING;

module.exports = ConfigToUse;

0 comments on commit edb40cb

Please sign in to comment.