Skip to content

Commit 3919c51

Browse files
committed
Fix broken smoke test. Missing escape
1 parent de7c85c commit 3919c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/kotlin/uk/gov/justice/digital/hmpps/hmppsintegrationapi/smoke/AuthoriseConfigTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class AuthoriseConfigTest : DescribeSpec(
4444
"/v1/persons/.*/person-responsible-officer",
4545
"/v1/persons/.*/risk-management-plan",
4646
"/v1/epf/person-details/.*/\\.*+[^/]*${'$'}",
47-
"/v1/pes/prisoner-details/.*+[^/]*${'$'}",
47+
"/v1/pes/prisoner-details/\\.*+[^/]*${'$'}",
4848
"/health",
4949
"/health/ping",
5050
"/health/readiness",

0 commit comments

Comments
 (0)