Fixing a test

This commit is contained in:
Jonathan Bobel
2024-10-09 09:56:19 -04:00
parent 3ad6f9daae
commit 5adcfae5d8

View File

@@ -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,
)