We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de7c85c commit 3919c51Copy full SHA for 3919c51
src/test/kotlin/uk/gov/justice/digital/hmpps/hmppsintegrationapi/smoke/AuthoriseConfigTest.kt
@@ -44,7 +44,7 @@ class AuthoriseConfigTest : DescribeSpec(
44
"/v1/persons/.*/person-responsible-officer",
45
"/v1/persons/.*/risk-management-plan",
46
"/v1/epf/person-details/.*/\\.*+[^/]*${'$'}",
47
- "/v1/pes/prisoner-details/.*+[^/]*${'$'}",
+ "/v1/pes/prisoner-details/\\.*+[^/]*${'$'}",
48
"/health",
49
"/health/ping",
50
"/health/readiness",
0 commit comments