Skip to content

Commit 81387ab

Browse files
[HIA-574]
Fixing a test
1 parent 9e5c619 commit 81387ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/kotlin/uk/gov/justice/digital/hmpps/hmppsintegrationapi/controllers/v1/CaseNoteControllerTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import uk.gov.justice.digital.hmpps.hmppsintegrationapi.models.hmpps.PageCaseNot
1515
import uk.gov.justice.digital.hmpps.hmppsintegrationapi.models.hmpps.Response
1616
import uk.gov.justice.digital.hmpps.hmppsintegrationapi.services.GetCaseNoteForPersonService
1717

18-
@WebMvcTest(controllers = [EPFPersonDetailController::class])
18+
@WebMvcTest(controllers = [CaseNoteController::class])
1919
@ActiveProfiles("test")
2020
class CaseNoteControllerTest(
2121
@Autowired var springMockMvc: MockMvc,

0 commit comments

Comments
 (0)