Skip to content

Commit

Permalink
Rename method
Browse files Browse the repository at this point in the history
  • Loading branch information
pvk-developer committed Sep 18, 2024
1 parent c8fdecc commit b25a9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/_external/slack_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def post_slack_message(channel, text):
return response


def post_message_in_thread(channel, text, thread_ts):
def post_slack_message_in_thread(channel, text, thread_ts):
"""Post a message as a threaded reply in a Slack channel.
Args:
Expand Down

0 comments on commit b25a9ce

Please sign in to comment.