Fix date-dependent failing spec in export_service_spec.rb
The test used a hard-coded 2021-01-01 as an expiration date, but once the current date reaches that date this is no longer valid since it's not in the past. We fix this by using a date always one month from the current date.
Showing
Please register or sign in to comment