We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a977929 commit c517116Copy full SHA for c517116
src/test/kotlin/uk/gov/justice/digital/hmpps/hmppsintegrationapi/smoke/person/RiskManagementSmokeTest.kt
@@ -13,10 +13,7 @@ import java.nio.charset.StandardCharsets
13
class RiskManagementSmokeTest : DescribeSpec(
14
{
15
val basePath = "v1/persons"
16
- val httpClient = IntegrationAPIHttpClient(
17
- HttpClient.newBuilder().build(),
18
- "http://localhost:4050"
19
- )
+ val httpClient = IntegrationAPIHttpClient()
20
val hmppsId = "2004/13116M"
21
val tailPath = "risk-management-plan"
22
val encodedHmppsId = URLEncoder.encode(hmppsId, StandardCharsets.UTF_8)
0 commit comments