Bug 1543960 - Update doc string in telemetry-tests-client search test; r=chutten

Differential Revision: https://phabricator.services.mozilla.com/D45040

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Raphael Pierzina 2019-09-06 18:29:59 +00:00
Родитель 4675edcd33
Коммит 8249853b77
1 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -15,7 +15,13 @@ class TestSearchCounts(TelemetryTestCase):
"""Test for SEARCH_COUNTS across sessions.""" """Test for SEARCH_COUNTS across sessions."""
def get_default_search_engine(self): def get_default_search_engine(self):
"""Retrieve the identifier of the default search engine.""" """Retrieve the identifier of the default search engine.
We found that it's required to initialize the search service before
attempting to retrieve the default search engine. Not calling init
would result in a JavaScript error (see bug 1543960 for more
information).
"""
script = """\ script = """\
let [resolve] = arguments; let [resolve] = arguments;