We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e5c619 commit 81387abCopy full SHA for 81387ab
src/test/kotlin/uk/gov/justice/digital/hmpps/hmppsintegrationapi/controllers/v1/CaseNoteControllerTest.kt
@@ -15,7 +15,7 @@ import uk.gov.justice.digital.hmpps.hmppsintegrationapi.models.hmpps.PageCaseNot
15
import uk.gov.justice.digital.hmpps.hmppsintegrationapi.models.hmpps.Response
16
import uk.gov.justice.digital.hmpps.hmppsintegrationapi.services.GetCaseNoteForPersonService
17
18
-@WebMvcTest(controllers = [EPFPersonDetailController::class])
+@WebMvcTest(controllers = [CaseNoteController::class])
19
@ActiveProfiles("test")
20
class CaseNoteControllerTest(
21
@Autowired var springMockMvc: MockMvc,
0 commit comments