mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
node_tests: Add missing topic to context in i18n test.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
7045465553
commit
b98c9e22b6
@@ -36,6 +36,7 @@ run_test("t_tag", () => {
|
||||
can_edit_message: true,
|
||||
can_mute_topic: true,
|
||||
narrowed: true,
|
||||
topic: "testing",
|
||||
};
|
||||
|
||||
const html = require("../../static/templates/actions_popover_content.hbs")(args);
|
||||
|
||||
Reference in New Issue
Block a user