Skip to content

Commit bafca5e

Browse files
chore: update test name
Co-authored-by: Simon Knott <[email protected]>
1 parent 55e8bff commit bafca5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ test('Returns a signed URL or the blob directly based on the request parameters'
431431
await fs.rm(directory.path, { force: true, recursive: true })
432432
})
433433

434-
test('Accepts stores with `experimentalRegion: "context"`', async () => {
434+
test('Accepts stores with `experimentalRegion`', async () => {
435435
const deployID = '655f77a1b48f470008e5879a'
436436
const directory = await tmp.dir()
437437
const server = new BlobsServer({

0 commit comments

Comments
 (0)