diff --git a/matchWeightsThresholds.json b/matchWeightsThresholds.json index 5cbb941..d3f1ffa 100644 --- a/matchWeightsThresholds.json +++ b/matchWeightsThresholds.json @@ -1,7 +1,7 @@ { "thresholds": { - "overallThreshold": 0.9, - "borderlineThreshold": 0.85, + "overallThreshold": 0.8, + "borderlineThreshold": 0.75, "givenNameThreshold": 0.95, "lastNamesThreshold": 0.95, "incorporationNumberThreshold": 1, diff --git a/src/tests/helpers/GCNotifyCalls.spec.ts b/src/tests/helpers/GCNotifyCalls.spec.ts index f192a50..1c99099 100644 --- a/src/tests/helpers/GCNotifyCalls.spec.ts +++ b/src/tests/helpers/GCNotifyCalls.spec.ts @@ -37,7 +37,7 @@ describe('GCNotify Calls tests', () => { test('standardizeRole returns Standard', () => { const formattedRole = standardizeRole('Standard'); - expect(formattedRole).toBe('Client support'); + expect(formattedRole).toBe('Customer support agent'); }); test('testing successful sendAccessRequestNotifications() call', async () => {