Skip to content

Commit 5969000

Browse files
author
popey2700
committed
Update smoke test
1 parent 87cb461 commit 5969000

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ class StatusInformationSmokeTest : DescribeSpec(
3131
"reviewDate": "2019-08-24",
3232
"notes": "string"
3333
}
34-
],
34+
],
3535
"pagination": {
3636
"isLastPage": true,
37-
"count": 3,
37+
"count": 1,
3838
"page": 1,
3939
"perPage": 10,
40-
"totalCount": 3,
40+
"totalCount": 1,
4141
"totalPages": 1
4242
}
4343
}

0 commit comments

Comments
 (0)