diff --git a/conservancy/settings/base.py b/conservancy/settings/base.py index 0be44e5e..07b1e0b3 100644 --- a/conservancy/settings/base.py +++ b/conservancy/settings/base.py @@ -159,4 +159,4 @@ USETHESOURCE = { 'LIST_RECIPIENT': 'ccs-review@lists.sfconservancy.org', } -SITE_FUNDGOAL = 'cy2024-end-year-match' +SITE_FUNDGOAL = 'cy2025-end-year-match' diff --git a/conservancy/tests.py b/conservancy/tests.py index 361d5e8a..38c6aa4b 100644 --- a/conservancy/tests.py +++ b/conservancy/tests.py @@ -11,7 +11,7 @@ from conservancy.fundgoal.models import FundraisingGoal def create_fundraising_goal(): FundraisingGoal.objects.create( - fundraiser_code_name='cy2023-end-year-match', + fundraiser_code_name='cy2025-end-year-match', fundraiser_goal_amount=0, fundraiser_so_far_amount=0, fundraiser_donation_count=0,