arcade-mcp/toolkits/slack/tests
Renato Byrro 27d8aa7f43
Fix bug in slack tool pagination (#232)
The `get_conversation_metadata_by_name` tool retrieves conversation
metadata from another tool, `list_conversations_metadata`, but was
accessing the `next_cursor` using the Slack API response dict structure,
instead of the tool response structure. As a result, in that tool, the
tool would never actually paginate to the second page. This PR fixes it
and also adjust tests to capture the issue appropriately.
2025-01-27 12:23:00 -08:00
..
__init__.py Lint all toolkits (#183) 2024-12-20 09:49:45 -08:00
test_chat.py Fix bug in slack tool pagination (#232) 2025-01-27 12:23:00 -08:00
test_users.py Slack Tools (#162) 2025-01-23 18:15:52 -08:00
test_utils.py Slack Tools (#162) 2025-01-23 18:15:52 -08:00