Commit 95c9ee7 1 parent 511ac42 commit 95c9ee7 Copy full SHA for 95c9ee7
File tree 1 file changed +0
-2
lines changed
src/test/kotlin/uk/gov/justice/digital/hmpps/hmppsintegrationapi/integration/person
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 1
1
package uk.gov.justice.digital.hmpps.hmppsintegrationapi.integration.person
2
2
3
3
import org.junit.jupiter.api.Test
4
- import org.springframework.test.web.servlet.result.MockMvcResultHandlers.print
5
4
import org.springframework.test.web.servlet.result.MockMvcResultMatchers.content
6
5
import org.springframework.test.web.servlet.result.MockMvcResultMatchers.status
7
6
import uk.gov.justice.digital.hmpps.hmppsintegrationapi.integration.IntegrationTestBase
@@ -11,7 +10,6 @@ class AdjudicationsIntegrationTest : IntegrationTestBase() {
11
10
fun `returns adjudications for a person` () {
12
11
callApi(" $basePath /$nomsId /reported-adjudications" )
13
12
.andExpect(status().isOk)
14
- .andDo(print ())
15
13
.andExpect(content().json(getExpectedResponse(" person-adjudications" ), true ))
16
14
}
17
15
}
You can’t perform that action at this time.
0 commit comments