mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-26 17:24:23 -04:00
Fixing a test
This commit is contained in:
@@ -610,7 +610,7 @@ def test_organization_services_links_to_downloadable_report(
|
|||||||
assert link_to_report.attrs["href"] == url_for(
|
assert link_to_report.attrs["href"] == url_for(
|
||||||
".download_organization_usage_report",
|
".download_organization_usage_report",
|
||||||
org_id=ORGANISATION_ID,
|
org_id=ORGANISATION_ID,
|
||||||
selected_year=2022,
|
selected_year=2021,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user