We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e01dc commit 3c81a29Copy full SHA for 3c81a29
tests/slack_bolt/context/test_say.py
@@ -22,7 +22,7 @@ def teardown_method(self):
22
def test_say(self):
23
say = Say(client=self.web_client, channel="C111")
24
response: SlackResponse = say(text="Hi there!")
25
- assert response.status_code == 404
+ assert response.status_code == 200
26
27
def test_say_unfurl_options(self):
28
0 commit comments