Skip to content

Commit

Permalink
Update docker-app/qfieldcloud/core/tests/test_jobs.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Ivanov <[email protected]>
  • Loading branch information
gounux and suricactus authored Jan 4, 2025
1 parent 59f9d52 commit 7b6440f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-app/qfieldcloud/core/tests/test_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ def test_bad_layer_handler_values_for_process_projectfile_job(self):

# Push the QGIS project and datasource GPKG files
response = self.upload_file(self.p1.id, "bumblebees.gpkg", "bumblebees.gpkg")

self.assertEqual(response.status_code, status.HTTP_201_CREATED)

response = self.upload_file(
self.p1.id, "simple_bumblebees_wrong_localized.qgs", "project.qgs"
)
Expand Down

0 comments on commit 7b6440f

Please sign in to comment.