Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 11, 2023
1 parent e2979cf commit 9e441f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/backend/tests/test_projects_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,12 @@ def test_generate_app_user(db, get_ids):
custom_form = "/opt/app/test_data/buildings.xls"
with open(custom_form, "rb") as file:
contents = file.read()

data_extracts = "/opt/app/test_data/building_footprint.zip"
with zipfile.ZipFile(data_extracts, 'r') as zip_archive:
with zipfile.ZipFile(data_extracts, "r") as zip_archive:
extract_contents = zip_archive.read("building_foot_jnk.geojson")
json.loads(extract_contents)

odk_credentials = {
"odk_central_url": odk_central_url,
"odk_central_user": odk_central_user,
Expand Down

0 comments on commit 9e441f8

Please sign in to comment.