Skip to content

Commit 6619db8

Browse files
committed
remove comments from code
1 parent 727dd32 commit 6619db8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/test/kotlin/uk/gov/justice/digital/hmpps/hmppsintegrationapi/gateways/probationoffendersearch/ProbationOffenderSearchGatewayTest.kt

-3
Original file line numberDiff line numberDiff line change
@@ -361,9 +361,6 @@ class ProbationOffenderSearchGatewayTest(
361361
response.statusCode.shouldBe(HttpStatus.BAD_REQUEST)
362362
}
363363

364-
// 1. Change their gateway tests to pass (but will we have still broken the endpoints)
365-
// 2. Change our code to catch the exception instead
366-
367364
it("returns null when no offenders are returned") {
368365
probationOffenderSearchApiMockServer.stubPostOffenderSearch(
369366
"{\"pncNumber\": \"$hmppsId\"}",

0 commit comments

Comments
 (0)