Skip to content

Commit

Permalink
fix: slack tests fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gjuro87 committed Sep 19, 2023
1 parent fa96b64 commit 863c16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phoenix/tests/slackbot/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def test_join_channels(mocked_api_call):
channels_to_join = ["channel-x", "test-channel", "channel-a"]
utils.join_channels(channels_to_join)
test_called_with = (
"call('conversations.list', limit=200, cursor='')",
"call('conversations.list', cursor='', limit=200)",
"call('conversations.invite', channel='123sd', users='unittest-bot-id')",
"call('conversations.invite', channel='45fg', users='unittest-bot-id')",
)
Expand Down

0 comments on commit 863c16d

Please sign in to comment.