Skip to content

Commit

Permalink
Add skeleton for SMS updated e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
asein-sinch committed Jan 20, 2025
1 parent 9ed0d8a commit 5e27fb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sms/tests/rest/v1/callbacks/webhooks-events.steps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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', () => {
Expand Down Expand Up @@ -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"', () => {
Expand Down

0 comments on commit 5e27fb1

Please sign in to comment.