Skip to content

Commit

Permalink
fix(github): act-1146 update base url from the CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
blanxii committed Nov 11, 2024
1 parent 342c8d0 commit af0a215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/cypress/e2e/visual.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
});

Expand Down

0 comments on commit af0a215

Please sign in to comment.