node_tests: Fix (non-fatal) error from i18n test.

This was missed in commit cef2ecf004
(#18252).

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-04-27 11:17:26 -07:00
committed by Tim Abbott
parent 9eb6188dd8
commit 0a9678980f

View File

@@ -9,7 +9,7 @@ const {page_params} = require("../zjsunit/zpage_params");
// We download our translations in `page_params` (which
// are for the user's chosen language), so we simulate
// that here for the tests.
page_params.default_language = "en";
page_params.request_language = "en";
page_params.translation_data = {
"Quote and reply or forward": "Citer et répondre ou transférer",
"Notification triggers": "Déclencheurs de notification",