File tree 2 files changed +2
-2
lines changed
test/kotlin/uk/gov/justice/digital/hmpps/hmppsintegrationapi/smoke
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ authorisation:
49
49
- " /v1/persons/.*/alerts"
50
50
- " /v1/persons/.*/alerts/pnd"
51
51
- " /v1/persons/.*/sentences"
52
- - " /v1/persons/.*/status-information"
53
52
- " /v1/persons/.*/sentences/latest-key-dates-and-adjustments"
54
53
- " /v1/persons/.*/risks/scores"
55
54
- " /v1/persons/.*/needs"
@@ -65,6 +64,7 @@ authorisation:
65
64
- " /v1/persons/.*/risks/mappadetail"
66
65
- " /v1/persons/.*/risks/categories"
67
66
- " /v1/persons/.*/risk-management-plan"
67
+ - " /v1/persons/.*/status-information"
68
68
- " /health"
69
69
- " /health/ping"
70
70
- " /health/readiness"
Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ class AuthoriseConfigTest : DescribeSpec(
39
39
"/v1/persons/.*/protected-characteristics",
40
40
"/v1/persons/.*/risks/mappadetail",
41
41
"/v1/persons/.*/risks/categories",
42
+ "/v1/persons/.*/status-information",
42
43
"/v1/persons/.*/risks/dynamic ",
43
44
"/v1/persons/.*/case-notes",
44
- "/v1/persons/.*/status-information",
45
45
"/v1/persons/.*/person-responsible-officer",
46
46
"/v1/persons/.*/risk-management-plan",
47
47
"/v1/epf/person-details/.*/\\.*+[^/]*${'$'}",
You can’t perform that action at this time.
0 commit comments