tests: mock twilio auth for update-webhook helpers

main
Peter Steinberger 2025-11-25 12:21:59 +01:00
parent 38659f5d3e
commit 4704099d2b
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ describe("update-webhook helpers", () => {
beforeEach(() => { beforeEach(() => {
process.env.TWILIO_ACCOUNT_SID = "AC"; process.env.TWILIO_ACCOUNT_SID = "AC";
process.env.TWILIO_WHATSAPP_FROM = "whatsapp:+1555"; process.env.TWILIO_WHATSAPP_FROM = "whatsapp:+1555";
process.env.TWILIO_AUTH_TOKEN = "dummy-token";
}); });
afterEach(() => { afterEach(() => {