File tree 2 files changed +11
-11
lines changed
test/kotlin/uk/gov/justice/digital/hmpps/hmppsintegrationapi/smoke/person
2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ authorisation:
64
64
- " /v1/persons/.*/sentences/latest-key-dates-and-adjustments"
65
65
- " /v1/persons/.*/risks/scores"
66
66
- " /v1/persons/.*/risks/serious-harm"
67
+ - " /v1/persons/.*/risks/dynamic"
67
68
- " /v1/persons/.*/licences/conditions"
68
69
- " /v1/persons/.*/person-responsible-officer"
69
70
event-service :
Original file line number Diff line number Diff line change @@ -117,17 +117,16 @@ class RisksSmokeTest : DescribeSpec(
117
117
response.body().shouldEqualJson(
118
118
"""
119
119
{
120
- "data":
121
- [
122
- {
123
- "code": "RCCO ",
124
- "description": "Child protection issues",
125
- "startDate": "2018-07-27",
126
- "reviewDate": "2026-03-20",
127
- "notes": "These notes are about the person."
128
- }
129
- ]
130
- }
120
+ "data": [
121
+ {
122
+ "code": "RCCO ",
123
+ "description": "Child protection issues",
124
+ "startDate": "2018-07-27",
125
+ "reviewDate": "2026-03-20",
126
+ "notes": "These notes are about the person."
127
+ }
128
+ ]
129
+ }
131
130
""".removeWhitespaceAndNewlines(),
132
131
)
133
132
}
You can’t perform that action at this time.
0 commit comments