diff --git a/src/main/java/uk/gov/hmcts/cft/idam/testingsupportapi/service/TestingCaseWorkerProfileService.java b/src/main/java/uk/gov/hmcts/cft/idam/testingsupportapi/service/TestingCaseWorkerProfileService.java index 7a0378553..87469f005 100644 --- a/src/main/java/uk/gov/hmcts/cft/idam/testingsupportapi/service/TestingCaseWorkerProfileService.java +++ b/src/main/java/uk/gov/hmcts/cft/idam/testingsupportapi/service/TestingCaseWorkerProfileService.java @@ -58,6 +58,7 @@ private CreateCaseWorkerProfileRequest convertToCreateRequest(User user) { CaseWorkerLocation location = new CaseWorkerLocation(); location.setLocationId("206150"); + location.setLocationDescription("Ayr Social Security and Child Support Tribunal"); location.setPrimary(true); createRequest.setBaseLocations(List.of(location));