Skip to content

Commit beeffb0

Browse files
committed
fix naming of saving in integration tests
1 parent 7a6e32f commit beeffb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/kotlin/uk/gov/justice/digital/hmpps/hmppsintegrationapi/controllers/v1/BalancesController.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class BalancesController(
2727
) {
2828
@GetMapping()
2929
@Operation(
30-
summary = "Returns a all accounts for a prisoner that they have at a prison.",
30+
summary = "Returns all accounts for a prisoner that they have at a prison.",
3131
description = "<b>Applicable filters</b>: <ul><li>prisons</li></ul>",
3232
responses = [
3333
ApiResponse(responseCode = "200", useReturnTypeSchema = true, description = "Successfully found a prisoner's accounts."),

src/test/kotlin/uk/gov/justice/digital/hmpps/hmppsintegrationapi/integration/prison/BalanceIntegrationTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class BalanceIntegrationTest : IntegrationTestBase() {
2626
"amount": 5678
2727
},
2828
{
29-
"accountCode": "saving",
29+
"accountCode": "savings",
3030
"amount": 12344
3131
},
3232
{

0 commit comments

Comments
 (0)