Skip to content

Commit 456e368

Browse files
authored
fix test title (#9870)
1 parent 060ff2a commit 456e368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fixtures/workers-with-assets-static-routing/test/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ describe("[Workers + Assets] static routing", () => {
4242
);
4343
});
4444

45-
it("should serve an asset when a negative run_worker_first rule matches", async ({
45+
it("should serve a 404 when a negative run_worker_first rule matches", async ({
4646
expect,
4747
}) => {
4848
let response = await fetch(`http://${ip}:${port}/missing-asset`);

0 commit comments

Comments
 (0)