@@ -42,7 +42,7 @@ fun readResourceFile(fileName: String): String {
42
42
"givenName": "Darcie",
43
43
"familyName": "Tucker",
44
44
"dateOfBirth": "1976-08-16",
45
- "gender": "2 ",
45
+ "gender": "FEMALE ",
46
46
"lastKnownPostCode": "CV49EE"
47
47
}
48
48
""" ,
@@ -54,7 +54,7 @@ fun readResourceFile(fileName: String): String {
54
54
"givenName": "Anna",
55
55
"familyName": "Cheng",
56
56
"dateOfBirth": "1995-06-28",
57
- "gender": "2 ",
57
+ "gender": "FEMALE ",
58
58
"lastKnownPostCode": "ZZ12ZZ"
59
59
}
60
60
""" ,
@@ -66,7 +66,7 @@ fun readResourceFile(fileName: String): String {
66
66
"givenName": "Connor",
67
67
"familyName": "Carroll",
68
68
"dateOfBirth": "1985-03-27",
69
- "gender": "1 ",
69
+ "gender": "MALE ",
70
70
"lastKnownPostCode": "AB125EQ"
71
71
}
72
72
""" ,
@@ -78,7 +78,7 @@ fun readResourceFile(fileName: String): String {
78
78
"givenName": "Random",
79
79
"familyName": "Name",
80
80
"dateOfBirth": "2000-01-01",
81
- "gender": "2 ",
81
+ "gender": "FEMALE ",
82
82
"lastKnownPostCode": "CV49EE"
83
83
}
84
84
""" ,
@@ -105,7 +105,7 @@ fun readResourceFile(fileName: String): String {
105
105
"givenName": "Darcie",
106
106
"familyName": "Tucker",
107
107
"dateOfBirth": "1976-08-16",
108
- "gender": 2 ,
108
+ "gender": "FEMALE" ,
109
109
"lastKnownPostcode": "CV49EE"
110
110
},
111
111
"responseType": "Exact Match",
@@ -130,7 +130,7 @@ fun readResourceFile(fileName: String): String {
130
130
"dateOfAddressCapture": "2009-04-25",
131
131
"dateOfBirth": "1976-08-16",
132
132
"placeOfBirth": "Blean ",
133
- "gender": "2 ",
133
+ "gender": "FEMALE ",
134
134
"emailAddress": "darcie.tucker@aol.compatibilitytest.com",
135
135
"scottishCandidateNumber": "845759406",
136
136
"abilityToShare": "1",
@@ -150,7 +150,7 @@ fun readResourceFile(fileName: String): String {
150
150
"givenName": "Anna",
151
151
"familyName": "Cheng",
152
152
"dateOfBirth": "1995-06-28",
153
- "gender": 2 ,
153
+ "gender": "FEMALE" ,
154
154
"lastKnownPostcode": "ZZ12ZZ"
155
155
},
156
156
"responseType": "Possible Match",
@@ -180,7 +180,7 @@ fun readResourceFile(fileName: String): String {
180
180
"dateOfAddressCapture": "2010-09-07",
181
181
"dateOfBirth": "1995-06-28",
182
182
"placeOfBirth": "Chard ",
183
- "gender": "2 ",
183
+ "gender": "FEMALE ",
184
184
"emailAddress": "anna.cheng@yahoo.compatibilitytest.co.uk",
185
185
"scottishCandidateNumber": "820208781",
186
186
"abilityToShare": "1",
@@ -208,7 +208,7 @@ fun readResourceFile(fileName: String): String {
208
208
"dateOfAddressCapture": "2010-09-07",
209
209
"dateOfBirth": "1995-06-28",
210
210
"placeOfBirth": "Chard ",
211
- "gender": "2 ",
211
+ "gender": "FEMALE ",
212
212
"emailAddress": "anna.cheng@yahoo.compatibilitytest.co.uk",
213
213
"scottishCandidateNumber": "820208781",
214
214
"abilityToShare": "1",
@@ -228,7 +228,7 @@ fun readResourceFile(fileName: String): String {
228
228
"givenName": "Connor",
229
229
"familyName": "Carroll",
230
230
"dateOfBirth": "1985-03-27",
231
- "gender": 1 ,
231
+ "gender": "MALE" ,
232
232
"lastKnownPostcode": "AB125EQ"
233
233
},
234
234
"responseType": "Linked Learner Found",
@@ -253,7 +253,7 @@ fun readResourceFile(fileName: String): String {
253
253
"dateOfAddressCapture": "2008-07-13",
254
254
"dateOfBirth": "1985-03-27",
255
255
"placeOfBirth": "Whittlesey ",
256
- "gender": "1 ",
256
+ "gender": "MALE ",
257
257
"emailAddress": "william-connor.carroll@inbox.compatibilitytest.com",
258
258
"scottishCandidateNumber": "145589606",
259
259
"abilityToShare": "1",
@@ -273,7 +273,7 @@ fun readResourceFile(fileName: String): String {
273
273
"givenName": "Someone",
274
274
"familyName": "Unknown",
275
275
"dateOfBirth": "1976-08-16",
276
- "gender": 2 ,
276
+ "gender": "FEMALE" ,
277
277
"lastKnownPostcode": "CV49EE"
278
278
},
279
279
"responseType": "No Match"
@@ -288,7 +288,7 @@ fun readResourceFile(fileName: String): String {
288
288
"givenName": "Someone",
289
289
"familyName": "Common",
290
290
"dateOfBirth": "1976-08-16",
291
- "gender": 2 ,
291
+ "gender": "FEMALE" ,
292
292
"lastKnownPostcode": "CV49EE"
293
293
},
294
294
"responseType": "Too Many Matches"
0 commit comments