We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55e8bff commit bafca5eCopy full SHA for bafca5e
src/server.test.ts
@@ -431,7 +431,7 @@ test('Returns a signed URL or the blob directly based on the request parameters'
431
await fs.rm(directory.path, { force: true, recursive: true })
432
})
433
434
-test('Accepts stores with `experimentalRegion: "context"`', async () => {
+test('Accepts stores with `experimentalRegion`', async () => {
435
const deployID = '655f77a1b48f470008e5879a'
436
const directory = await tmp.dir()
437
const server = new BlobsServer({
0 commit comments