diff options
Diffstat (limited to '_pytest/test_topic_command.py')
-rw-r--r-- | _pytest/test_topic_command.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/_pytest/test_topic_command.py b/_pytest/test_topic_command.py index 1b1c15d..0ddc57e 100644 --- a/_pytest/test_topic_command.py +++ b/_pytest/test_topic_command.py @@ -97,7 +97,6 @@ def test_call_topic_with_channel_and_string(realish_eventrouter, channel_general assert request.request == "conversations.setTopic" assert request.post_data == { "channel": "C407ABS94", - "token": "xoxs-token", "topic": "new topic", } assert result == wee_slack.w.WEECHAT_RC_OK_EAT |