Skip to content

Commit

Permalink
Fix test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiagiupponi committed May 27, 2024
1 parent b2de28a commit 647241b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion importer/tests/end2end/test_end2end.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def test_import_geopackage_with_no_crs_table_should_raise_error_if_all_layer_are
self.client.force_login(self.admin)

response = self.client.post(self.url, data=payload)
self.assertEqual(400, response.status_code)
self.assertEqual(500, response.status_code)

self.assertIn(
"No valid layers found",
Expand Down

0 comments on commit 647241b

Please sign in to comment.