Skip to content

Commit

Permalink
chore: update config to use staging
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewleith committed Nov 8, 2024
1 parent d3f2d37 commit becd2ab
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 @@ -33,6 +33,6 @@ const config = {
};

// choose which config to use here
const ConfigToUse = { ...config.COMMON, ...config.LOCAL };
const ConfigToUse = { ...config.COMMON, ...config.STAGING };

module.exports = ConfigToUse;

0 comments on commit becd2ab

Please sign in to comment.