Skip to content

Commit 6a7f0f7

Browse files
Update tests/scenario_tests/test_events_say_stream.py
Co-authored-by: Eden Zimbelman <eden.zimbelman@salesforce.com>
1 parent 55ea797 commit 6a7f0f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/scenario_tests/test_events_say_stream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def test_say_stream_in_bot_message(self):
106106
called = {"value": False}
107107

108108
@app.message("")
109-
def handle_user_message(say_stream: SayStream):
109+
def handle_bot_message(say_stream: SayStream):
110110
assert say_stream is not None
111111
assert isinstance(say_stream, SayStream)
112112
assert say_stream.channel_id == "C111"

0 commit comments

Comments
 (0)