Bug 1831332 - Fix test_urlTelemetry.js to not use a code for the organic:other test that is likely to be an organic:none in the future. r=jteow

Differential Revision: https://phabricator.services.mozilla.com/D177782
This commit is contained in:
Mark Banner 2023-05-11 14:30:32 +00:00
parent 597a9f2947
commit e3481d5cac

View file

@ -144,7 +144,7 @@ const TESTS = [
},
{
title: "DuckDuckGo organic",
trackingUrl: "https://duckduckgo.com/?q=test&t=hi&ia=news",
trackingUrl: "https://duckduckgo.com/?q=test&t=other&ia=news",
expectedSearchCountEntry: "duckduckgo:organic:other",
expectedAdKey: "duckduckgo:organic",
adUrls: ["https://duckduckgo.com/y.js?ad_provider=foo"],