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

Generate dynamic to_date field for team.organization_location in organization.sql #608

Open
hilpitome opened this issue Nov 2, 2022 · 0 comments

Comments

@hilpitome
Copy link
Contributor

The organization.sql file is used to insert values into the database that will be used by the OrganizationRepositoryTest class. Currently the values for to_date and duration (daterange) fields (second paramater of the team.organization_location table are statically set.. This means that the tests will fail when we physically get past the to_date.
We need a way to set this date dynamically to a future period e.g plus 1 YEAR.

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

No branches or pull requests

1 participant