We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e24b68e commit 6f17feaCopy full SHA for 6f17fea
src/test/kotlin/uk/gov/justice/digital/hmpps/hmppsintegrationapi/smoke/EPFPersonDetailSmokeTest.kt
@@ -22,6 +22,7 @@ class EPFPersonDetailSmokeTest : DescribeSpec(
22
response.body().shouldEqualJson(
23
"""
24
{
25
+ "data": {
26
"nomsId": "string",
27
"name": {
28
"forename": "string",
@@ -44,7 +45,9 @@ class EPFPersonDetailSmokeTest : DescribeSpec(
44
45
"ogrsScore": -9007199254740991,
46
"age": -9007199254740991,
47
"ageAtRelease": -9007199254740991
- }
48
+ },
49
+ "errors": []
50
+ }
51
""".removeWhitespaceAndNewlines(),
52
)
53
}
0 commit comments