Skip to content

Commit

Permalink
test: fix incorrect locale test
Browse files Browse the repository at this point in the history
  • Loading branch information
orinokai committed Jul 23, 2024
1 parent e1330fd commit 1a5886e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/edge-handler.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ describe("aborts middleware execution when the matcher conditions don't match th

ctx.cleanup?.push(() => origin.stop())

for (const path of ['/hello', '/en/hello', '/nl-NL/hello', '/nl-NL/about']) {
for (const path of ['/hello', '/en/hello', '/nl-NL/about']) {
const response = await invokeEdgeFunction(ctx, {
functions: ['___netlify-edge-handler-middleware'],
origin,
Expand Down

0 comments on commit 1a5886e

Please sign in to comment.