Skip to content

Commit

Permalink
test: fix upload-->custom_xls_form appuser files
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Nov 21, 2023
1 parent 3834490 commit 82bc91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/tests/test_projects_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def test_generate_appuser_files(db, project):
"db": db,
"project_id": project_id,
"extract_polygon": True,
"upload": xlsform_file,
"custom_xls_form": xlsform_file,
"extracts_contents": data_extracts,
"category": "buildings",
"form_type": "example_form_type",
Expand Down

0 comments on commit 82bc91c

Please sign in to comment.