Commit 9178d7f 1 parent 4c0c645 commit 9178d7f Copy full SHA for 9178d7f
File tree 1 file changed +30
-2
lines changed
src/test/kotlin/uk/gov/justice/digital/hmpps/hmppsintegrationapi/smoke/person
1 file changed +30
-2
lines changed Original file line number Diff line number Diff line change @@ -68,9 +68,37 @@ class PersonSmokeTest : DescribeSpec(
68
68
"deliusCrn": "string"
69
69
},
70
70
"pncId": "string",
71
- "hmppsId": "string"
71
+ "hmppsId": "string",
72
+ "contactDetails": {
73
+ "addresses": [
74
+ {
75
+ "addressNumber": "string",
76
+ "district": "string",
77
+ "buildingName": "string",
78
+ "county": "string",
79
+ "from": "2019-08-24",
80
+ "postcode": "string",
81
+ "streetName": "string",
82
+ "type": {
83
+ "code": "string",
84
+ "description": "string"
85
+ },
86
+ "to": "2019-08-24",
87
+ "town": "string",
88
+ "noFixedAbode": true,
89
+ "notes": "string"
90
+ }
91
+ ],
92
+ "phoneNumbers": [
93
+ {
94
+ "number": "string",
95
+ "type": "TELEPHONE "
96
+ }
97
+ ],
98
+ "emails":null
99
+ }
72
100
}
73
- }
101
+ }">
74
102
""".removeWhitespaceAndNewlines(),
75
103
)
76
104
}
You can’t perform that action at this time.
0 commit comments