Commit 3148b38
committed
Fixed batch-sending retry test after #27822 split the guard log
no ref
- #27822 (a1ba8ea, on main after this branch was first pushed) split the
single "Tried sending email batch that is not pending or failed" error
into two paths: already-submitted batches now log info ("already submitted
on a prior run; skipping"), only stuck submitting orphans still error
- the retry test for "One failed batch marks the email as failed" still
stubbed logging.error and asserted the old message, so the assertion
failed on the GHA merge commit even though the branch passed locally
- repoint the stub at logging.info with the new message text; same scoped
pattern (stub for the retry call only, restore before assert)1 parent d233eaf commit 3148b38
1 file changed
Lines changed: 9 additions & 11 deletions
Lines changed: 9 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
490 | 490 | | |
491 | 491 | | |
492 | 492 | | |
493 | | - | |
494 | | - | |
495 | | - | |
496 | | - | |
497 | | - | |
498 | | - | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
499 | 499 | | |
500 | 500 | | |
501 | 501 | | |
502 | 502 | | |
503 | | - | |
504 | | - | |
505 | | - | |
506 | | - | |
507 | | - | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
508 | 506 | | |
509 | 507 | | |
510 | 508 | | |
| |||
0 commit comments