diff --git a/backend/src/test/java/ca/bc/gov/restapi/results/oracle/endpoint/OpeningSearchEndpointTest.java b/backend/src/test/java/ca/bc/gov/restapi/results/oracle/endpoint/OpeningSearchEndpointTest.java index bcb51bad..1436b965 100644 --- a/backend/src/test/java/ca/bc/gov/restapi/results/oracle/endpoint/OpeningSearchEndpointTest.java +++ b/backend/src/test/java/ca/bc/gov/restapi/results/oracle/endpoint/OpeningSearchEndpointTest.java @@ -111,7 +111,7 @@ void openingSearch_noRecordsFound_shouldSucceed() throws Exception { @DisplayName("Get Opening Categories happy Path should Succeed") void getOpeningCategories_happyPath_shouldSucceed() throws Exception { CodeDescriptionDto category = new CodeDescriptionDto("BLCF", - "Backlog SP Area - Community Forest"); + "Backlog SP Area - Community Forest (Expired)"); mockMvc .perform(