You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/test/kotlin/uk/gov/justice/digital/hmpps/hmppsintegrationapi/integration/TransactionsIntegrationTest.kt
+21-1
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ class TransactionsIntegrationTest : IntegrationTestBase() {
11
11
val accountCode ="spends"
12
12
finalval fromDate ="2024-01-01"
13
13
finalval toDate ="2024-01-14"
14
+
val clientUniqueRef ="ABC123456X"
14
15
var dateQueryParams ="?from_date=$fromDate&to_date=$toDate"
15
16
16
17
@Test
@@ -32,7 +33,7 @@ class TransactionsIntegrationTest : IntegrationTestBase() {
32
33
}
33
34
34
35
@Test
35
-
fun`returns no results`() {
36
+
fun`transactions returns no results`() {
36
37
var wrongPrisonId ="XYZ"
37
38
val headers = org.springframework.http.HttpHeaders()
0 commit comments