Skip to content

Commit 51d8491

Browse files
authored
DS-3746 Change test smoke test service to one that exists (#1054)
# Task Branch Pull Request **<https://nhsd-jira.digital.nhs.uk/browse/DS-3746>** ## Description of Changes Change Smoke test service as the current one has been removed ## Type of change Delete not appropriate - Bug fix (non-breaking change which fixes an issue) (Test bug) ## Development Checklist - [x] I have performed a self-review of my own code - [x] Tests have added that prove my fix is effective or that my feature works (Integration tests) - [x] I have updated Dependabot to include my changes (if applicable) ## Code Reviewer Checklist - [x] I can confirm the changes have been tested or approved by a tester
1 parent 3cf6dab commit 51d8491

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

test/smoke/functions/base_change_event.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"ODSCode": "FC766",
2+
"ODSCode": "FDL64",
33
"OrganisationName": "Pharmacy Name",
44
"OrganisationTypeId": "PHA",
55
"OrganisationSubType": "Community",

test/smoke/functions/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# General
2-
DEFAULT_ODS_CODE = "FC766"
2+
DEFAULT_ODS_CODE = "FDL64"
33

44
# Service Statuses
55
DOS_ACTIVE_STATUS_ID = 1

test/smoke/test_steps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def _(smoke_test_context: SmokeTestContext) -> SmokeTestContext:
3939
Returns:
4040
SmokeTestContext: The smoke test context
4141
"""
42-
smoke_test_context.original_service = get_change_event_for_service("FC766")
42+
smoke_test_context.original_service = get_change_event_for_service("FDL64")
4343
smoke_test_context.updated_service = ChangeEvent(
4444
address=smoke_test_context.original_service.address,
4545
website=smoke_test_context.original_service.website,

0 commit comments

Comments
 (0)