diff --git a/src/twilio/update-webhook.test.ts b/src/twilio/update-webhook.test.ts index 3b7d15d39c..4f04123ddb 100644 --- a/src/twilio/update-webhook.test.ts +++ b/src/twilio/update-webhook.test.ts @@ -12,6 +12,7 @@ describe("update-webhook helpers", () => { beforeEach(() => { process.env.TWILIO_ACCOUNT_SID = "AC"; process.env.TWILIO_WHATSAPP_FROM = "whatsapp:+1555"; + process.env.TWILIO_AUTH_TOKEN = "dummy-token"; }); afterEach(() => {