Skip to content

Commit 93c49fb

Browse files
authored
fix: use new universe-dependent org urls (#1045)
1 parent 794769c commit 93c49fb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

configs/ecospheres/config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,9 @@ website:
206206
authorized_users:
207207

208208
organizations:
209-
datasets: https://raw.githubusercontent.com/ecolabdata/ecospheres-universe/refs/heads/main/dist/organizations-datasets-prod.json
210-
dataservices: https://raw.githubusercontent.com/ecolabdata/ecospheres-universe/refs/heads/main/dist/organizations-dataservices-prod.json
211-
bouquets: https://raw.githubusercontent.com/ecolabdata/ecospheres-universe/refs/heads/main/dist/organizations-bouquets-prod.json
209+
datasets: https://raw.githubusercontent.com/ecolabdata/ecospheres-universe/refs/heads/main/dist/ecospheres-prod/organizations-datasets.json
210+
dataservices: https://raw.githubusercontent.com/ecolabdata/ecospheres-universe/refs/heads/main/dist/ecospheres-prod/organizations-dataservices.json
211+
bouquets: https://raw.githubusercontent.com/ecolabdata/ecospheres-universe/refs/heads/main/dist/ecospheres-prod/organizations-bouquets.json
212212

213213
# shared themes list for indicators and bouquets
214214
definitions: &definitions

cypress/e2e/custom/ecospheres/mocks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const mockUniverseOrganizations = () => {
1313
cy.intercept(
1414
'GET',
1515
new RegExp(
16-
`${baseUrl}/organizations-(dataservices|datasets|bouquets)-(demo|prod)\\.json$`
16+
`${baseUrl}/ecospheres-(demo|prod)/organizations-(dataservices|datasets|bouquets)\\.json$`
1717
),
1818
{
1919
statusCode: 200,

0 commit comments

Comments
 (0)