diff --git a/packages/webapp/webapp_tests.js b/packages/webapp/webapp_tests.js index 8b6911062c..b4d6c9948b 100644 --- a/packages/webapp/webapp_tests.js +++ b/packages/webapp/webapp_tests.js @@ -112,7 +112,7 @@ Tinytest.add("webapp - additional static javascript", function (test) { var boilerplate = WebAppInternals.getBoilerplate({ browser: "doesn't-matter", url: "also-doesnt-matter" - }, "client.browser"); + }, "web.browser"); // The script contents itself should not be present; the pathname // where the script is served should be.