Skip to content

Commit 5f37b19

Browse files
authored
test: pin edge bootstrap (#3021)
1 parent e7318fd commit 5f37b19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/utils/fixture.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ import { BLOB_TOKEN } from './constants.mjs'
3232
import { type FixtureTestContext } from './contexts.js'
3333
import { setNextVersionInFixture } from './next-version-helpers.mjs'
3434

35-
const bootstrapURL = 'https://edge.netlify.com/bootstrap/index-combined.ts'
35+
const bootstrapURL =
36+
'https://6877afcf20679a00086bab1c--edge.netlify.com/bootstrap/index-combined.ts'
3637
const actualCwd = await vi.importActual<typeof import('process')>('process').then((p) => p.cwd())
3738
const eszipHelper = join(actualCwd, 'tools/deno/eszip.ts')
3839

0 commit comments

Comments
 (0)