mirror of https://github.com/zulip/zulip.git
node tests: Fix schema for stream events.
This commit is contained in:
parent
9266315a1f
commit
49926bc07b
|
@ -37,6 +37,7 @@ const streams = {
|
|||
rendered_description: "<b>devel fun</b>",
|
||||
invite_only: false,
|
||||
stream_id: 101,
|
||||
date_created: 1595823892,
|
||||
first_message_id: 1,
|
||||
history_public_to_subscribers: false,
|
||||
is_announcement_only: false,
|
||||
|
@ -50,6 +51,7 @@ const streams = {
|
|||
rendered_description: "test desc",
|
||||
invite_only: true,
|
||||
stream_id: 102,
|
||||
date_created: 1595823893,
|
||||
first_message_id: 1,
|
||||
history_public_to_subscribers: false,
|
||||
is_web_public: false,
|
||||
|
|
Loading…
Reference in New Issue