Skip to content

Commit b375e7d

Browse files
WIO - Adding actual data in smoke
1 parent 4037eb5 commit b375e7d

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

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

+14-13
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,26 @@ class PersonResponsibleOfficerSmokeTest : DescribeSpec(
2222
response.body().shouldEqualJson(
2323
"""
2424
"data": {
25-
"prisonOffenderManager": {
26-
"forename": "Paul",
27-
"surname": "Reds",
25+
"manager": {
26+
"code": 0,
27+
"forename": "string",
28+
"surname": "string",
2829
"prison": {
29-
"code": "PrisonCode1"
30+
"code": "string"
3031
}
3132
},
32-
"communityOffenderManager": {
33+
"communityManager": {
3334
"name": {
34-
"forename": "Helen",
35-
"surname": "Miller"
35+
"forename": "string",
36+
"surname": "string"
3637
},
37-
"email": "helenemail@email.com",
38-
"telephoneNumber": "0987654321",
38+
"email": "string",
39+
"telephoneNumber": "string",
3940
"team": {
40-
"code": "PrisonCode2",
41-
"description": "Description",
42-
"email": "email_again@email.com",
43-
"telephoneNumber": "01234567890"
41+
"code": "string",
42+
"description": "string",
43+
"email": "string",
44+
"telephoneNumber": "string"
4445
}
4546
}
4647
}

0 commit comments

Comments
 (0)