diff --git a/phoenix/tests/slackbot/test_utils.py b/phoenix/tests/slackbot/test_utils.py index 14b0185..dae82af 100644 --- a/phoenix/tests/slackbot/test_utils.py +++ b/phoenix/tests/slackbot/test_utils.py @@ -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')", )