tests: mock twilio auth for update-webhook helpers

This commit is contained in:
Peter Steinberger
2025-11-25 12:21:59 +01:00
parent 38659f5d3e
commit 4704099d2b

View File

@@ -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(() => {