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:
Zixuan James Li 2022-10-16 16:06:23 -04:00 committed by Tim Abbott
parent a3a0103d86
commit a63d3507ac
1 changed files with 1 additions and 0 deletions

View File

@ -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),