mirror of https://github.com/zulip/zulip.git
node_tests: Add missing topic to context in i18n test.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
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);
|
||||
|
|
Loading…
Reference in New Issue