@@ -207,7 +207,8 @@ def test_given_nhs_number_in_path_matches_with_nhs_number_in_headers_and_check_i
207207 "x_request_id" : "x_request_id" ,
208208 "x_correlation_id" : "x_correlation_id" ,
209209 "nhsd_end_user_organisation_ods" : "nhsd_end_user_organisation_ods" ,
210- "nhsd-application-id" : consumer_id ,
210+ "nhsd-application-id" : "nhsd-application-id" ,
211+ "NHSE-Product-ID" : consumer_id ,
211212 },
212213 params = {"includeActions" : "Y" },
213214 timeout = 10 ,
@@ -229,7 +230,8 @@ def test_given_nhs_number_in_path_matches_with_nhs_number_in_headers_and_check_i
229230 "xRequestId" : "x_request_id" ,
230231 "xCorrelationId" : "x_correlation_id" ,
231232 "nhsdEndUserOrganisationOds" : "nhsd_end_user_organisation_ods" ,
232- "nhsdApplicationId" : consumer_id ,
233+ "nhsdApplicationId" : "nhsd-application-id" ,
234+ "nhseProductId" : consumer_id ,
233235 }
234236 expected_query_params = {"category" : None , "conditions" : None , "includeActions" : "Y" }
235237
@@ -455,7 +457,8 @@ def test_given_person_has_unique_status_for_different_conditions_with_audit( #
455457 "x_request_id" : "x_request_id" ,
456458 "x_correlation_id" : "x_correlation_id" ,
457459 "nhsd_end_user_organisation_ods" : "nhsd_end_user_organisation_ods" ,
458- "nhsd_application_id" : consumer_id ,
460+ "nhsd-application-id" : "nhsd-application-id" ,
461+ "NHSE-Product-ID" : consumer_id ,
459462 },
460463 params = {"includeActions" : "Y" , "category" : "VACCINATIONS" , "conditions" : "COVID,FLU,RSV" },
461464 timeout = 10 ,
@@ -475,7 +478,8 @@ def test_given_person_has_unique_status_for_different_conditions_with_audit( #
475478 "xRequestId" : "x_request_id" ,
476479 "xCorrelationId" : "x_correlation_id" ,
477480 "nhsdEndUserOrganisationOds" : "nhsd_end_user_organisation_ods" ,
478- "nhsdApplicationId" : consumer_id ,
481+ "nhsdApplicationId" : "nhsd-application-id" ,
482+ "nhseProductId" : consumer_id ,
479483 }
480484 expected_query_params = {"category" : "VACCINATIONS" , "conditions" : "COVID,FLU,RSV" , "includeActions" : "Y" }
481485
@@ -597,7 +601,8 @@ def test_no_active_iteration_returns_empty_processed_suggestions(
597601 "x_request_id" : "x_request_id" ,
598602 "x_correlation_id" : "x_correlation_id" ,
599603 "nhsd_end_user_organisation_ods" : "nhsd_end_user_organisation_ods" ,
600- "nhsd_application_id" : consumer_id ,
604+ "nhsd-application-id" : "nhsd-application-id" ,
605+ "NHSE-Product-ID" : consumer_id ,
601606 },
602607 params = {"includeActions" : "Y" , "category" : "VACCINATIONS" , "conditions" : "COVID,FLU,RSV" },
603608 timeout = 10 ,
0 commit comments