tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit bee55b9f6c67875f45d39c4d27625e3481322455
parent cbf2da8dae3c40450ee1df128f5ba898425d9a97
Author: Alexandru Marc <amarc@mozilla.com>
Date:   Fri, 28 Nov 2025 12:14:26 +0200

Bug 2002725 - Convert index task from int to string

Diffstat:
Mtaskcluster/gecko_taskgraph/test/test_morph.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/taskcluster/gecko_taskgraph/test/test_morph.py b/taskcluster/gecko_taskgraph/test/test_morph.py @@ -194,7 +194,7 @@ def test_make_index_tasks(make_taskgraph, graph_config): assert index_task.task["payload"]["command"][0] == "insert-indexes.js" assert index_task.task["payload"]["env"]["TARGET_TASKID"] == "a-tid" - assert index_task.task["payload"]["env"]["INDEX_RANK"] == 1540722354 + assert index_task.task["payload"]["env"]["INDEX_RANK"] == "1540722354" # check the scope summary assert index_task.task["scopes"] == ["index:insert-task:gecko.v2.mozilla-central.*"]