node_tests: Add missing topic to context in i18n test.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2021-04-09 23:52:49 -07:00 committed by Tim Abbott
parent 7045465553
commit b98c9e22b6
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ run_test("t_tag", () => {
can_edit_message: true, can_edit_message: true,
can_mute_topic: true, can_mute_topic: true,
narrowed: true, narrowed: true,
topic: "testing",
}; };
const html = require("../../static/templates/actions_popover_content.hbs")(args); const html = require("../../static/templates/actions_popover_content.hbs")(args);