diff --git a/etl/customers/remote_assessments/app.py b/etl/customers/remote_assessments/app.py index 5fbae1d0..e22dd93d 100644 --- a/etl/customers/remote_assessments/app.py +++ b/etl/customers/remote_assessments/app.py @@ -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,