Skip to content

Commit

Permalink
Update Voice E2E tests (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
asein-sinch authored Oct 1, 2024
1 parent 412e534 commit 6ae92aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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'
});
});

Expand Down

0 comments on commit 6ae92aa

Please sign in to comment.