mirror of https://github.com/zulip/zulip.git
node_tests: Add missing stream_id to msg.
.msg of a message container should have the "stream_id" property when it is a stream message. Signed-off-by: Zixuan James Li <p359101898@gmail.com>
This commit is contained in:
parent
a3a0103d86
commit
a63d3507ac
|
@ -421,6 +421,7 @@ test("merge_message_groups", () => {
|
|||
status_message: false,
|
||||
type: "stream",
|
||||
stream: "Test stream 1",
|
||||
stream_id: 2,
|
||||
topic: "Test topic 1",
|
||||
sender_email: "test@example.com",
|
||||
timestamp: (next_timestamp += 1),
|
||||
|
|
Loading…
Reference in New Issue