1 parent 2818338 commit 9474e3fCopy full SHA for 9474e3f
1 file changed
tests/fetch.js
@@ -3,7 +3,7 @@ export default {
3
let res = await fetch("https://httpbin.org/anything");
4
let result = await res.json();
5
return new Response(JSON.stringify(result), {
6
- status: 200,
+ status: 404,
7
});
8
},
9
};
0 commit comments