8000 feat: handle `region:` prefix in local server by eduardoboucas · Pull Request #164 · netlify/blobs · GitHub
[go: up one dir, main page]

Skip to content

feat: handle region: prefix in local server #164

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 3, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: update test name
Co-authored-by: Simon Knott <info@simonknott.de>
  • Loading branch information
eduardoboucas and Skn0tt authored Apr 3, 2024
commit bafca5e1ae80804202ec5393e62233350de934b8
2 changes: 1 addition & 1 deletion src/server.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ test('Returns a signed URL or the blob directly based on the request parameters'
await fs.rm(directory.path, { force: true, recursive: true })
})

test('Accepts stores with `experimentalRegion: "context"`', async () => {
test('Accepts stores with `experimentalRegion`', async () => {
const deployID = '655f77a1b48f470008e5879a'
const directory = await tmp.dir()
const server = new BlobsServer({
Expand Down
0