Skip to content

Commit c517116

Browse files
[HIA-721]
WIP Revert commit
1 parent a977929 commit c517116

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/test/kotlin/uk/gov/justice/digital/hmpps/hmppsintegrationapi/smoke/person/RiskManagementSmokeTest.kt

+1-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@ import java.nio.charset.StandardCharsets
1313
class RiskManagementSmokeTest : DescribeSpec(
1414
{
1515
val basePath = "v1/persons"
16-
val httpClient = IntegrationAPIHttpClient(
17-
HttpClient.newBuilder().build(),
18-
"http://localhost:4050"
19-
)
16+
val httpClient = IntegrationAPIHttpClient()
2017
val hmppsId = "2004/13116M"
2118
val tailPath = "risk-management-plan"
2219
val encodedHmppsId = URLEncoder.encode(hmppsId, StandardCharsets.UTF_8)

0 commit comments

Comments
 (0)