
This is an automated email from the git hooks/post-receive script. richard pushed a commit to branch geckoview-102.3.0esr-12.0-1 in repository tor-browser. commit db71f90574fe0edb5a34f0f4c78567f46159a947 Author: James Teow <jteow@mozilla.com> AuthorDate: Tue Aug 23 13:01:06 2022 +0000 Bug 1781464 - Add ESR-only taggedCode for Bing - r=Standard8 a=test-only Differential Revision: https://phabricator.services.mozilla.com/D152816 --- toolkit/components/search/tests/xpcshell/searchconfigs/test_bing.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/toolkit/components/search/tests/xpcshell/searchconfigs/test_bing.js b/toolkit/components/search/tests/xpcshell/searchconfigs/test_bing.js index b1184e20b8e11..584eed18c9740 100644 --- a/toolkit/components/search/tests/xpcshell/searchconfigs/test_bing.js +++ b/toolkit/components/search/tests/xpcshell/searchconfigs/test_bing.js @@ -96,7 +96,7 @@ const test = new SearchConfigTest({ { included: [{}], domain: "bing.com", - telemetryId: "bing", + telemetryId: AppConstants.IS_ESR ? "bing-esr" : "bing", codes: { searchbar: "form=MOZSBR", keyword: "form=MOZLBR", @@ -104,7 +104,7 @@ const test = new SearchConfigTest({ homepage: "form=MOZSPG", newtab: "form=MOZTSB", }, - searchUrlCode: "pc=MOZI", + searchUrlCode: AppConstants.IS_ESR ? "pc=MOZR" : "pc=MOZI", searchFormUrlCode: "pc=MOZI", }, ], -- To stop receiving notification emails like this one, please contact the administrator of this repository.