Skip to content

Commit d8d4aba

Browse files
committed
add issue in comment
1 parent 6d8d628 commit d8d4aba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/tests-e2e/tests/appRouter/dynamic.catch-all.hypen.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { expect, test } from "@playwright/test";
22

3+
// https://github.com/opennextjs/opennextjs-cloudflare/issues/942
34
test("Dynamic catch-all API route with hyphen param", async ({ request }) => {
45
const res = await request.get("/api/auth/opennext/is/really/cool");
56
expect(res.status()).toBe(200);

0 commit comments

Comments
 (0)