Skip to content

Commit e4bd247

Browse files
authored
test: pin @netlify/blobs deps in test fixtures (#7256)
These suddenly started failing when a new major was published.
1 parent 7a5b7c0 commit e4bd247

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/integration/commands/dev/dev.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const withServeBlobsFunction = (builder: SiteBuilder): SiteBuilder =>
4040
path: 'package.json',
4141
content: JSON.stringify({
4242
dependencies: {
43-
'@netlify/blobs': '*',
43+
'@netlify/blobs': '^8.0.0',
4444
},
4545
}),
4646
})

tests/integration/commands/dev/serve.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ test.skipIf(process.env.NETLIFY_TEST_DISABLE_LIVE === 'true')(
9090
path: 'package.json',
9191
content: JSON.stringify({
9292
dependencies: {
93-
'@netlify/blobs': '*',
93+
'@netlify/blobs': '^8.0.0',
9494
},
9595
}),
9696
})

0 commit comments

Comments
 (0)