Skip to content

Commit 6752f85

Browse files
committed
fix tests
1 parent 3cc23ab commit 6752f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/tests/src/e2e/server-function.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ test.describe("server-function", () => {
7474
});
7575

7676
test("should build with a server function w/ form data", async ({ page }) => {
77-
await page.goto("http://localhost:3000/server-form-data");
77+
await page.goto("http://localhost:3000/server-function-form-data");
7878
await expect(page.locator("#server-fn-test")).toContainText('{"result":true}');
7979
});
8080
});

0 commit comments

Comments
 (0)