Skip to content

Commit b320c63

Browse files
author
Jamie Briggs
committed
CCMSPUI-458 Updated exception message
Signed-off-by: Jamie Briggs <jamie.briggs@digital.justice.gov.uk>
1 parent ea94fbd commit b320c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/uk/gov/laa/ccms/caab/service/ApplicationService.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ public List<BaseApplicationDetail> getCases(
203203
user.getUserType(),
204204
0,
205205
searchConstants.getMaxSearchResultsCases()).block())
206-
.orElseThrow(() -> new CaabApplicationException("Failed to retrieve SOA Cases"));
206+
.orElseThrow(() -> new CaabApplicationException("Failed to retrieve EBS Cases"));
207207

208208
if (caseDetails.getTotalElements() > searchConstants.getMaxSearchResultsCases()) {
209209
throw new TooManyResultsException(

0 commit comments

Comments
 (0)