Skip to content

Commit

Permalink
Update test_singular_redirects.py
Browse files Browse the repository at this point in the history
  • Loading branch information
michplunkett committed Jan 19, 2025
1 parent 496006c commit ed667e1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions OpenOversight/tests/routes/test_singular_redirects.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ def test_redirect_no_params(client, session, source_route, target_route):
"main.redirect_download_dept_assignments_csv",
"main.download_dept_assignments_csv",
),
# ("main.redirect_download_incidents_csv", "main.download_incidents_csv"),
("main.redirect_download_incidents_csv", "main.download_incidents_csv"),
("main.redirect_download_dept_salaries_csv", "main.download_dept_salaries_csv"),
("main.redirect_download_dept_links_csv", "main.download_dept_links_csv"),
# (
# "main.redirect_download_dept_descriptions_csv",
# "main.download_dept_descriptions_csv",
# ),
(
"main.redirect_download_dept_descriptions_csv",
"main.download_dept_descriptions_csv",
),
],
)
def test_redirect_with_department_id(client, session, source_route, target_route):
Expand Down

0 comments on commit ed667e1

Please sign in to comment.