Commit 0ccdd74
Fix time-dependent briefing dispatch test that fails in CI overnight
The test_generate_all_dispatches_for_eligible test relied on wall clock
time, only passing when CI ran after 8:25 AM Eastern. Mock datetime in
the tasks module to pin UTC time to 20:00 (3 PM ET), ensuring the
morning slot generation_time check always passes.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent c5fac49 commit 0ccdd74
1 file changed
+16
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1779 | 1779 | | |
1780 | 1780 | | |
1781 | 1781 | | |
| 1782 | + | |
1782 | 1783 | | |
1783 | 1784 | | |
1784 | 1785 | | |
1785 | | - | |
| 1786 | + | |
| 1787 | + | |
| 1788 | + | |
| 1789 | + | |
| 1790 | + | |
1786 | 1791 | | |
1787 | 1792 | | |
| 1793 | + | |
| 1794 | + | |
| 1795 | + | |
| 1796 | + | |
| 1797 | + | |
| 1798 | + | |
| 1799 | + | |
| 1800 | + | |
| 1801 | + | |
| 1802 | + | |
1788 | 1803 | | |
1789 | 1804 | | |
1790 | 1805 | | |
| |||
0 commit comments