Skip to content

Commit 3c81a29

Browse files
committed
revert: undo a breaking test to attempt a cancelled workflow
1 parent 30e01dc commit 3c81a29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/slack_bolt/context/test_say.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def teardown_method(self):
2222
def test_say(self):
2323
say = Say(client=self.web_client, channel="C111")
2424
response: SlackResponse = say(text="Hi there!")
25-
assert response.status_code == 404
25+
assert response.status_code == 200
2626

2727
def test_say_unfurl_options(self):
2828
say = Say(client=self.web_client, channel="C111")

0 commit comments

Comments
 (0)