8552 froze the before-you-claim functional tests in time, but I missed a few things.
We're still a couple years out from when our API intercept date URLs were set to. This means we were testing directly against the API endpoint instead of getting a mock response. This was causing intermittent failures.
I also think the "under 50" tests have probably been hitting the actual API endpoint as well for a while — there seems to be a mistake here in the intercept target date, 1969 instead of (now) 1959.
I also tried to be clever with the month, but that was unnecessary.
Checklist
[x] PR has an informative and human-readable title
[x] Changes are limited to a single goal (no scope creep)
8552 froze the before-you-claim functional tests in time, but I missed a few things.
We're still a couple years out from when our API intercept date URLs were set to. This means we were testing directly against the API endpoint instead of getting a mock response. This was causing intermittent failures.
I also think the "under 50" tests have probably been hitting the actual API endpoint as well for a while — there seems to be a mistake here in the intercept target date, 1969 instead of (now) 1959.
I also tried to be clever with the month, but that was unnecessary.
Checklist