From 67061bfaafe0bebd430f1716ffa1c2406fc6069e Mon Sep 17 00:00:00 2001 From: John Wu <76966357+jwu-fisker@users.noreply.github.com> Date: Tue, 17 May 2022 11:11:05 -0700 Subject: [PATCH] Fix datascope link (#153) * Fix datascope link * Update snapshots --- .env.dev | 2 +- .env.local | 2 +- .env.prd | 2 +- .env.stg | 2 +- .env.template | 2 +- .../App/__snapshots__/App.test.js.snap | 22 +++++++++---------- .../__snapshots__/SideMenu.test.jsx.snap | 2 +- 7 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.env.dev b/.env.dev index 7d60c6b..add2ed2 100644 --- a/.env.dev +++ b/.env.dev @@ -2,4 +2,4 @@ REACT_APP_CERT_SERVICE_URL=https://dev-gw.cloud.fiskerinc.com/certificate REACT_APP_AUTH_SERVICE_URL=https://dev-gw.cloud.fiskerinc.com/compute_auth REACT_APP_UPLOAD_SERVICE_URL=https://dev-gw.cloud.fiskerinc.com/ota_update REACT_APP_AUTH_CALLBACK_URL=https://dev-ota-admin.cloud.fiskerinc.com -REACT_APP_SUPERSET_URL=http://superset-dev.fiskercloud.internal +REACT_APP_SUPERSET_URL=https://dev-superset.cloud.fiskerinc.com diff --git a/.env.local b/.env.local index 20d8df2..e8d2226 100644 --- a/.env.local +++ b/.env.local @@ -2,4 +2,4 @@ REACT_APP_AUTH_SERVICE_URL=http://localhost/compute_auth REACT_APP_CERT_SERVICE_URL=http://localhost/certificate REACT_APP_UPLOAD_SERVICE_URL=http://localhost/ota_update REACT_APP_AUTH_CALLBACK_URL=http://localhost:3000 -REACT_APP_SUPERSET_URL=http://superset-dev.fiskercloud.internal +REACT_APP_SUPERSET_URL=https://dev-superset.cloud.fiskerinc.com diff --git a/.env.prd b/.env.prd index cc65470..d8ce7fe 100644 --- a/.env.prd +++ b/.env.prd @@ -2,4 +2,4 @@ REACT_APP_AUTH_SERVICE_URL=https://gw.cloud.fiskerinc.com/compute_auth REACT_APP_CERT_SERVICE_URL=https://gw.cloud.fiskerinc.com/certificate REACT_APP_UPLOAD_SERVICE_URL=https://gw.cloud.fiskerinc.com/ota_update REACT_APP_AUTH_CALLBACK_URL=https://ota-admin.cloud.fiskerinc.com -REACT_APP_SUPERSET_URL=http://superset.fiskercloud.internal +REACT_APP_SUPERSET_URL=https://superset.cloud.fiskerinc.com diff --git a/.env.stg b/.env.stg index a54619d..70fac71 100644 --- a/.env.stg +++ b/.env.stg @@ -2,4 +2,4 @@ REACT_APP_AUTH_SERVICE_URL=https://stg-gw.cloud.fiskerinc.com/compute_auth REACT_APP_CERT_SERVICE_URL=https://stg-gw.cloud.fiskerinc.com/certificate REACT_APP_UPLOAD_SERVICE_URL=https://stg-gw.cloud.fiskerinc.com/ota_update REACT_APP_AUTH_CALLBACK_URL=https://stg-ota-admin.cloud.fiskerinc.com -REACT_APP_SUPERSET_URL=http://superset-stg.fiskercloud.internal +REACT_APP_SUPERSET_URL=https://stg-superset.cloud.fiskerinc.com diff --git a/.env.template b/.env.template index 234f2fa..7d919f2 100644 --- a/.env.template +++ b/.env.template @@ -1,5 +1,5 @@ REACT_APP_AUTH_SERVICE_URL=http://localhost/compute_auth REACT_APP_UPLOAD_SERVICE_URL=http://localhost/ota_update REACT_APP_AUTH_CALLBACK_URL=http://localhost:3000 -REACT_APP_SUPERSET_URL=http://superset-dev.fisker.internal +REACT_APP_SUPERSET_URL=https://dev-superset.cloud.fiskerinc.com REACT_APP_CERT_SERVICE_URL=http://localhost/certificate diff --git a/src/components/App/__snapshots__/App.test.js.snap b/src/components/App/__snapshots__/App.test.js.snap index 026f0d7..ced51d8 100644 --- a/src/components/App/__snapshots__/App.test.js.snap +++ b/src/components/App/__snapshots__/App.test.js.snap @@ -213,7 +213,7 @@ exports[`App Route / authenticated 1`] = `