diff --git a/test/smoke/functions/base_change_event.json b/test/smoke/functions/base_change_event.json index cb18b66e1..92a3c4c85 100644 --- a/test/smoke/functions/base_change_event.json +++ b/test/smoke/functions/base_change_event.json @@ -1,5 +1,5 @@ { - "ODSCode": "FC766", + "ODSCode": "FDL64", "OrganisationName": "Pharmacy Name", "OrganisationTypeId": "PHA", "OrganisationSubType": "Community", diff --git a/test/smoke/functions/constants.py b/test/smoke/functions/constants.py index cfa9913eb..2d1090f4d 100644 --- a/test/smoke/functions/constants.py +++ b/test/smoke/functions/constants.py @@ -1,5 +1,5 @@ # General -DEFAULT_ODS_CODE = "FC766" +DEFAULT_ODS_CODE = "FDL64" # Service Statuses DOS_ACTIVE_STATUS_ID = 1 diff --git a/test/smoke/test_steps.py b/test/smoke/test_steps.py index 075d2a713..22d92b358 100644 --- a/test/smoke/test_steps.py +++ b/test/smoke/test_steps.py @@ -39,7 +39,7 @@ def _(smoke_test_context: SmokeTestContext) -> SmokeTestContext: Returns: SmokeTestContext: The smoke test context """ - smoke_test_context.original_service = get_change_event_for_service("FC766") + smoke_test_context.original_service = get_change_event_for_service("FDL64") smoke_test_context.updated_service = ChangeEvent( address=smoke_test_context.original_service.address, website=smoke_test_context.original_service.website,