From 5adcfae5d84f62803a1b46ae9f54aeafdfc54dfc Mon Sep 17 00:00:00 2001 From: Jonathan Bobel Date: Wed, 9 Oct 2024 09:56:19 -0400 Subject: [PATCH] Fixing a test --- tests/app/main/views/organizations/test_organizations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app/main/views/organizations/test_organizations.py b/tests/app/main/views/organizations/test_organizations.py index 27663ad22..0e781ab82 100644 --- a/tests/app/main/views/organizations/test_organizations.py +++ b/tests/app/main/views/organizations/test_organizations.py @@ -610,7 +610,7 @@ def test_organization_services_links_to_downloadable_report( assert link_to_report.attrs["href"] == url_for( ".download_organization_usage_report", org_id=ORGANISATION_ID, - selected_year=2022, + selected_year=2021, )