Skip to content

Commit 4142a42

Browse files
[HIA-721]
WIP More progress
1 parent 6a52f07 commit 4142a42

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/mockservers/RiskManagementApiMockServer.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import org.springframework.http.HttpStatus
88

99
class RiskManagementApiMockServer : WireMockServer(WIREMOCK_PORT) {
1010
companion object {
11-
private const val WIREMOCK_PORT = 4009
11+
private const val WIREMOCK_PORT = 4091
1212
}
1313

1414
fun stubGetRiskManagementPlan(

0 commit comments

Comments
 (0)