diff --git a/packages/sms/tests/rest/v1/callbacks/webhooks-events.steps.ts b/packages/sms/tests/rest/v1/callbacks/webhooks-events.steps.ts index 4fe9e27..0bba0ae 100644 --- a/packages/sms/tests/rest/v1/callbacks/webhooks-events.steps.ts +++ b/packages/sms/tests/rest/v1/callbacks/webhooks-events.steps.ts @@ -21,7 +21,7 @@ When('I send a request to trigger an "incoming SMS" event', async () => { }); Then('the header of the event {string} contains a valid signature', () => { - + assert.ok(true); }); Then('the SMS event describes an "incoming SMS" event', () => { @@ -63,7 +63,7 @@ When('I send a request to trigger an "SMS recipient delivery report" event with }); Then('the header of the event "DeliveryReport" with the status {string} contains a valid signature', () => { - + assert.ok(true); }); Then('the SMS event describes an SMS recipient delivery report event with the status "Delivered"', () => {