Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix subscriber lists report tests using a too-old date #1637

Merged
merged 1 commit into from
Jun 23, 2021

Conversation

barrucadu
Copy link
Contributor

These tests recently began failing because of a validation that the
date is no more than a year old:

RuntimeError:
  Date must be within a year old

So rather than use a hard-coded date, I changed it to the
guaranteed-to-be-safe "10.days.ago".

These tests recently began failing because of a validation that the
date is no more than a year old:

    RuntimeError:
      Date must be within a year old

So rather than use a hard-coded date, I changed it to the
guaranteed-to-be-safe "10.days.ago".
@barrucadu barrucadu merged commit cfc6777 into main Jun 23, 2021
@barrucadu barrucadu deleted the msw/fix-test-too-old branch June 23, 2021 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants