We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e24e982 commit 69be481Copy full SHA for 69be481
1 file changed
tests/e2e/sms/features/steps/webhooks.steps.py
@@ -14,7 +14,7 @@
14
SINCH_SMS_SINCH_EVENT_SECRET = 'KayakingTheSwell'
15
16
17
-@given('the SMS Sinch Events handler is available')
+@given('the SMS Webhooks handler is available')
18
def step_webhook_handler_is_available(context):
19
context.sms_sinch_event = SmsSinchEvent(SINCH_SMS_SINCH_EVENT_SECRET)
20
0 commit comments