diff --git a/packages/voice/tests/rest/v1/callbacks/webhooks-events.steps.ts b/packages/voice/tests/rest/v1/callbacks/webhooks-events.steps.ts index e997d8a..8858146 100644 --- a/packages/voice/tests/rest/v1/callbacks/webhooks-events.steps.ts +++ b/packages/voice/tests/rest/v1/callbacks/webhooks-events.steps.ts @@ -21,7 +21,7 @@ const processEvent = async (response: Response) => { Given('the Voice Webhooks handler is available', () => { voiceCallbackWebhooks = new VoiceCallbackWebhooks({ applicationKey: 'appKey', - applicationSecret: 'appSecret', + applicationSecret: 'YXBwU2VjcmV0', // base64 value for 'appSecret' }); });