Skip to content

Commit 7a43089

Browse files
committed
remove one more test
1 parent 2b3f875 commit 7a43089

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

worker/index.worker.test.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,6 @@ describe("Cloudflare Docs", () => {
4343
expect(response.headers.get("Location")).toBe("/products/");
4444
});
4545

46-
it("redirects /changelog/index.xml to /release-notes/index.xml", async () => {
47-
const request = new Request("http://fakehost/changelog/index.xml");
48-
const response = await SELF.fetch(request, { redirect: "manual" });
49-
expect(response.status).toBe(301);
50-
expect(response.headers.get("Location")).toBe("/release-notes/index.xml");
51-
});
52-
5346
it("redirects /changelog-next/ to /changelog/", async () => {
5447
const request = new Request("http://fakehost/changelog-next/");
5548
const response = await SELF.fetch(request, { redirect: "manual" });

0 commit comments

Comments
 (0)