diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2022-01-30 16:52:09 +0100 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2022-09-17 18:56:26 +0200 |
commit | 2185a5838e551643de31e10e4d57c617194e74d0 (patch) | |
tree | 0a068d539ef7019619cd7d97b725b8835fe676ea /_pytest/test_topic_command.py | |
parent | 623426e39f067d1c256ca3115bb33a8ba4af5581 (diff) | |
download | wee-slack-2185a5838e551643de31e10e4d57c617194e74d0.tar.gz |
Support specifying cookies in SlackRequest
This is a necessary step for #844
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 |