From be038e3cb196e1834e9071c75620f7632d85ae17 Mon Sep 17 00:00:00 2001 From: Joel Maher Date: Fri, 1 Sep 2023 19:31:33 +0000 Subject: [PATCH] Bug 1851194 - adjust try_fuzzy.py to not have a variant as a choice. r=ahal Differential Revision: https://phabricator.services.mozilla.com/D187298 --- tools/tryselect/test/test_fuzzy.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/tryselect/test/test_fuzzy.py b/tools/tryselect/test/test_fuzzy.py index 7391745bebda..330ba99825df 100644 --- a/tools/tryselect/test/test_fuzzy.py +++ b/tools/tryselect/test/test_fuzzy.py @@ -15,8 +15,8 @@ def test_query_paths(run_mach, capfd): "fuzzy", "--no-push", "-q", - "^test-linux '64-qr/debug-xpcshell-nofis-", - "caps/tests/unit/test_origin.js", + "^test-linux '64-qr/debug-mochitest-chrome-1proc-", + "caps/tests/mochitest/test_addonMayLoad.html", ] assert run_mach(cmd) == 0 @@ -27,7 +27,7 @@ def test_query_paths(run_mach, capfd): # with the path filtering. expected = """ "tasks": [ - "test-linux1804-64-qr/debug-xpcshell-nofis-1" + "test-linux1804-64-qr/debug-mochitest-chrome-1proc-1" ]""".lstrip() assert expected in output -- 2.11.4.GIT