Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6761173

Browse files
fix hanging basic worker test (#11565)
1 parent 98422a7 commit 6761173

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

fixtures/worker-app/src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ export default {
7070

7171
logErrors();
7272

73-
await fetch(new URL("http://example.com"));
73+
await fetch(new URL("https://example.com"));
7474
await fetch(
75-
new Request("http://example.com", { method: "POST", body: "foo" })
75+
new Request("https://example.com", { method: "POST", body: "foo" })
7676
);
7777

7878
console.log("end of request");

0 commit comments

Comments
 (0)