# Testfixes

* fixes test cases
This commit is contained in:
2024-12-11 11:04:37 +01:00
parent 9a5ebb88a9
commit d830b7f88b
10 changed files with 17 additions and 15 deletions

View File

@@ -46,7 +46,7 @@ class EcoAccountWorkflowTestCase(BaseWorkflowTestCase):
post_data = {
"identifier": test_id,
"title": test_title,
"geom": geom_json,
"output": geom_json,
"surface": test_deductable_surface,
"conservation_office": test_conservation_office.id
}
@@ -103,7 +103,7 @@ class EcoAccountWorkflowTestCase(BaseWorkflowTestCase):
"identifier": new_identifier,
"title": new_title,
"comment": new_comment,
"geom": new_geometry.geojson,
"output": new_geometry.geojson,
"surface": test_deductable_surface,
"conservation_office": test_conservation_office.id
}