You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/main/kotlin/uk/gov/justice/digital/hmpps/hmppsintegrationapi/controllers/v1/person/PersonController.kt
Copy file name to clipboardexpand all lines: src/test/kotlin/uk/gov/justice/digital/hmpps/hmppsintegrationapi/controllers/v1/person/PersonControllerTest.kt
+2
Original file line number
Diff line number
Diff line change
@@ -277,6 +277,7 @@ internal class PersonControllerTest(
277
277
result.response.contentAsString.shouldBe(
278
278
"""
279
279
{
280
+
"data": {
280
281
"firstName": "Silly",
281
282
"lastName": "Sobbers",
282
283
"middleName": null,
@@ -292,6 +293,7 @@ internal class PersonControllerTest(
0 commit comments