Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix test_post_message and add get_channel_id pipeline #17

Merged

Conversation

judell
Copy link
Contributor

@judell judell commented Dec 21, 2023

fixes #16

@judell judell requested a review from cbruno10 December 21, 2023 18:24
@bigdatasourav bigdatasourav changed the base branch from main to release/v0.2 January 12, 2024 09:18
@@ -18,6 +18,18 @@ pipeline "delete_message" {
description = "Timestamp of the message to be deleted."
}

step "pipeline" "list_channels" {
Copy link
Contributor

@bigdatasourav bigdatasourav Jan 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we update the param channel as channel_id and use it in the API directly? As param channel is not clear on name or id. We can avoid the list call.

@@ -18,6 +18,13 @@ pipeline "delete_message" {
description = "Timestamp of the message to be deleted."
}

step "pipeline" "get_channel_id" {
pipeline = pipeline.get_channel_id
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@judell, Could you please add the pipeline get_channel_id?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, sorry, forgot to check it in! It's there now.

@bigdatasourav bigdatasourav changed the title fix test_post_message and delete_message Fix test_post_message and delete_message Feb 7, 2024
@bigdatasourav bigdatasourav changed the title Fix test_post_message and delete_message Fix test_post_message and add get_channel_id pipeline Feb 7, 2024
@bigdatasourav bigdatasourav merged commit 02ad4f5 into release/v0.2 Feb 7, 2024
@bigdatasourav bigdatasourav deleted the fix-delete-message-and-test-post-message branch February 7, 2024 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix test_post_message and delete_message
2 participants