From b98c9e22b62cb1542cd5922c28375302f6e2b076 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Fri, 9 Apr 2021 23:52:49 -0700 Subject: [PATCH] node_tests: Add missing topic to context in i18n test. Signed-off-by: Anders Kaseorg --- frontend_tests/node_tests/i18n.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend_tests/node_tests/i18n.js b/frontend_tests/node_tests/i18n.js index 8919cb6801..22870fcf31 100644 --- a/frontend_tests/node_tests/i18n.js +++ b/frontend_tests/node_tests/i18n.js @@ -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);