Commit 903e7a6
authored
🤖 ci: use reliable test endpoint for HTTP 404 error test (#1097)
The web_fetch test was flaky because it used GitHub to verify 404
handling, but GitHub returns 503 from CI environments (likely rate
limiting/anti-bot measures).
Switched to using jsonplaceholder.typicode.com - a dedicated test API
that reliably returns the requested status codes.
_Generated with `mux`_1 parent 62829be commit 903e7a6
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | | - | |
| 220 | + | |
221 | 221 | | |
222 | 222 | | |
223 | | - | |
224 | | - | |
| 223 | + | |
| 224 | + | |
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
| |||
0 commit comments