From becd2ab3f095a4b00f312f58f7f3642db8418b63 Mon Sep 17 00:00:00 2001 From: Andrew Leith Date: Fri, 8 Nov 2024 19:14:37 +0000 Subject: [PATCH] chore: update config to use staging --- tests_cypress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests_cypress/config.js b/tests_cypress/config.js index f37922bde2..1fc49aa0fb 100644 --- a/tests_cypress/config.js +++ b/tests_cypress/config.js @@ -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;