forked from mirrors/gecko-dev
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:
parent
597a9f2947
commit
e3481d5cac
1 changed files with 1 additions and 1 deletions
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Reference in a new issue