From af0a215d1181aee8087e306fb9f8f5dbfbd0a395 Mon Sep 17 00:00:00 2001 From: blanxi Date: Mon, 11 Nov 2024 09:46:37 +0100 Subject: [PATCH] fix(github): act-1146 update base url from the CDN --- test/functional/cypress/e2e/visual.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/cypress/e2e/visual.cy.ts b/test/functional/cypress/e2e/visual.cy.ts index 66a9dfd4..57c568e5 100644 --- a/test/functional/cypress/e2e/visual.cy.ts +++ b/test/functional/cypress/e2e/visual.cy.ts @@ -8,7 +8,7 @@ const VISUAL_TEST_CONFIG = Object.freeze({ back: -1 }, testUrl: 'http://localhost:3000/test', - modelUrl: 'https://api.readyplayer.dev/v3/avatars/66e42883315948a37cf82baf.glb', + modelUrl: 'https://avatars.readyplayer.dev/66e42883315948a37cf82baf.glb', testThreshold: 0.05 });