Skip to content

Commit

Permalink
Fix test description
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelPeczek-Roboflow committed Nov 28, 2024
1 parent e8d226a commit 6fc7d97
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@

@add_to_workflows_gallery(
category="Integration with external apps",
use_case_title="Workflow sending notification to Slack",
use_case_title="Workflow sending SMS notification with Twilio",
use_case_description="""
This Workflow illustrates how to send notification to Slack.
This Workflow illustrates how to send SMS notification with Twilio.
""",
workflow_definition=WORKFLOW_SENDING_PREDICTION_SUMMARY,
workflow_name_in_app="basic-slack-notification",
workflow_name_in_app="basic-twilio-sms-notification",
)
@pytest.mark.skipif(
WORKFLOWS_TWILIO_ACCOUNT_SID is None,
Expand Down

0 comments on commit 6fc7d97

Please sign in to comment.