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
@@ -21,25 +19,47 @@ internal class PersonIntegrationTest : IntegrationTestBase() {
21
19
val lastName ="Example_Last_Name"
22
20
val queryParams ="first_name=$firstName&last_name=$lastName"
23
21
24
-
val expectedResponse =File("./src/test/resources/expected-responses/person-name-search-response").readText(Charsets.UTF_8).removeWhitespaceAndNewlines()
fun`returns a person from Prisoner Offender Search and Probation Offender Search`() {
36
-
val expectedResponse =File("./src/test/resources/expected-responses/person-offender-and-probation-search-response").readText(Charsets.UTF_8).removeWhitespaceAndNewlines()
0 commit comments