You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(admin): make analytics-overview signup assertion relative to now
routes/admin.py builds signups_by_day over a rolling 30-day window, but the
test hardcoded 2026-05-01 signup dates, so they fell out of the window as time
passed and the test started failing. Seed the signups relative to now (3/2 days
back, with margin from the window edges and the UTC midnight boundary) and
assert against the computed date so the test no longer rots.
0 commit comments