debugging backend

This commit is contained in:
Khalim Conn-Kowlessar 2025-08-22 03:25:47 +01:00
parent f39b3d3f52
commit d297f6c2ce

View file

@ -125,14 +125,14 @@ def app():
body1 = {
"portfolio_id": str(PORTFOLIO_ID),
"housing_type": "Social",
"goal": "EPC B",
"goal": "Increasing EPC",
"goal_value": "B",
"trigger_file_path": filename,
"already_installed_file_path": "",
"patches_file_path": "",
"non_invasive_recommendations_file_path": "",
"valuation_file_path": "",
"scenario_name": "Full package remote assessment",
"valuation_file_path": valuation_filename,
"scenario_name": "EPC B",
"multi_plan": True,
"budget": None,
"ashp_cop": 3.5,
@ -145,14 +145,14 @@ def app():
body2 = {
"portfolio_id": str(PORTFOLIO_ID),
"housing_type": "Social",
"goal": "EPC C",
"goal": "Increasing EPC",
"goal_value": "C",
"trigger_file_path": filename,
"already_installed_file_path": "",
"patches_file_path": "",
"non_invasive_recommendations_file_path": "",
"valuation_file_path": "",
"scenario_name": "Full package remote assessment",
"valuation_file_path": valuation_filename,
"scenario_name": "EPC C",
"multi_plan": True,
"budget": None,
"ashp_cop": 3.5,