Skip to content

Commit 95c9ee7

Browse files
committed
PI-2517 - update integration tests
1 parent 511ac42 commit 95c9ee7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package uk.gov.justice.digital.hmpps.hmppsintegrationapi.integration.person
22

33
import org.junit.jupiter.api.Test
4-
import org.springframework.test.web.servlet.result.MockMvcResultHandlers.print
54
import org.springframework.test.web.servlet.result.MockMvcResultMatchers.content
65
import org.springframework.test.web.servlet.result.MockMvcResultMatchers.status
76
import uk.gov.justice.digital.hmpps.hmppsintegrationapi.integration.IntegrationTestBase
@@ -11,7 +10,6 @@ class AdjudicationsIntegrationTest : IntegrationTestBase() {
1110
fun `returns adjudications for a person`() {
1211
callApi("$basePath/$nomsId/reported-adjudications")
1312
.andExpect(status().isOk)
14-
.andDo(print())
1513
.andExpect(content().json(getExpectedResponse("person-adjudications"), true))
1614
}
1715
}

0 commit comments

Comments
 (0)