Skip to content

Commit

Permalink
fix: linting issue in test
Browse files Browse the repository at this point in the history
  • Loading branch information
jd1378 committed Dec 12, 2022
1 parent ba49082 commit dd704b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fetch_wrapper_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ Deno.test("doesn't send sensitive headers after redirect to different domains",

Deno.test;

Deno.test("doesn't POST body after redirection", async (t) => {
Deno.test("doesn't POST body after redirection", async () => {
const abortController = runServer(serverOneOptions);
const abortController2 = runServer(serverTwoOptions);

Expand Down

0 comments on commit dd704b9

Please sign in to comment.