From bd72aa49124c86e29bf95a6a10e98c318283f6b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Mon, 6 Jan 2025 15:11:05 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20use=20new=20model=20url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/commons.mjs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/commons.mjs b/tests/commons.mjs index 7f63b1f45..adbd37fe6 100644 --- a/tests/commons.mjs +++ b/tests/commons.mjs @@ -7,10 +7,12 @@ import yargs from 'yargs' import { readFile } from 'fs/promises' import { serializeUnit } from 'publicodes' -const PREPROD_PREVIEW_URL = 'https://preprod--ecolab-data.netlify.app/' +const PREPROD_PREVIEW_URL = + 'https://nosgestesclimat-dev.s3.fr-par.scw.cloud/model/nightly/' // Same as site-nextjs, shouldn't it be https://data.nosgestesclimat.fr/ ? -const LATEST_PREVIEW_URL = 'https://master--ecolab-data.netlify.app/' +const LATEST_PREVIEW_URL = + 'https://nosgestesclimat-dev.s3.fr-par.scw.cloud/model/master/' export function getArgs() { return yargs(process.argv.slice(2))