From 4c5fd1cb52f74b3074071bac86136c4d7594d4e7 Mon Sep 17 00:00:00 2001 From: Paulo Gomes da Cruz Junior Date: Mon, 2 Dec 2024 13:19:04 -0800 Subject: [PATCH] test: fixing test --- .../results/oracle/endpoint/OpeningSearchEndpointTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(