From 4c820066856d58d97a6a72229435428ee03f38db Mon Sep 17 00:00:00 2001 From: hannah-macdonald1 Date: Wed, 8 May 2024 13:03:15 -0600 Subject: [PATCH] fix failing unit test --- src/tests/helpers/GCNotifyCalls.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () => {