Commit 8acc8ec
committed
fix(test): use zero retries for error handling test
The upload error test was flaky because pRetry now tracks the latest
error (not the first). With retries enabled, nock's single interceptor
gets consumed on the first attempt, causing retry attempts to throw
Nock: No match instead of ResponseError.1 parent 16aa847 commit 8acc8ec
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
379 | 379 | | |
380 | 380 | | |
381 | 381 | | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
382 | 387 | | |
383 | 388 | | |
384 | 389 | | |
| |||
387 | 392 | | |
388 | 393 | | |
389 | 394 | | |
390 | | - | |
| 395 | + | |
391 | 396 | | |
392 | 397 | | |
393 | 398 | | |
| |||
0 commit comments