File tree 2 files changed +7
-8
lines changed
test/kotlin/uk/gov/justice/digital/hmpps/hmppsintegrationapi/smoke
2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,8 @@ authorisation:
46
46
- " /health/readiness"
47
47
- " /health/liveness"
48
48
- " /info"
49
+ config-test :
50
+ - " /v1/config/authorisation"
49
51
50
52
hmpps.sqs :
51
53
provider : localstack
Original file line number Diff line number Diff line change @@ -22,21 +22,20 @@ class EPFPersonDetailSmokeTest : DescribeSpec(
22
22
response.body().shouldEqualJson(
23
23
"""
24
24
{
25
- "data": {
26
25
"nomsId": "string",
27
26
"name": {
28
27
"forename": "string",
29
28
"middleName": "string",
30
29
"surname": "string"
31
30
},
32
- "dateOfBirth":"2019-08-24",
31
+ "dateOfBirth": "2019-08-24",
33
32
"gender": "string",
34
33
"sentence": {
35
- "date": "2019-08-24" ,
34
+ "date": null ,
36
35
"sentencingCourt": {
37
- "name": "string"
36
+ "name": null
38
37
},
39
- "releaseDate":"2019-08-24"
38
+ "releaseDate": null
40
39
},
41
40
"responsibleProvider": {
42
41
"code": "string",
@@ -45,9 +44,7 @@ class EPFPersonDetailSmokeTest : DescribeSpec(
45
44
"ogrsScore": -9007199254740991,
46
45
"age": -9007199254740991,
47
46
"ageAtRelease": -9007199254740991
48
- },
49
- "errors": []
50
- }
47
+ }
51
48
""".removeWhitespaceAndNewlines(),
52
49
)
53
50
}
You can’t perform that action at this time.
0 commit comments