Update fuchsia deps version and fix corresponding tests.

This is to pick up fuchsia changes in https://fuchsia.googlesource.com/infra/recipes.git/+/0143ae0a6ec223905430bcdec75fa55b34fe9dd5

Change-Id: I2e0f981e58914862933c918330e97afa54d07917
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/10880
Reviewed-by: Oliver Newman <olivernewman@google.com>
Commit-Queue: Keyong Han <keyonghan@google.com>
diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg
index 75d4417..7636219 100644
--- a/infra/config/recipes.cfg
+++ b/infra/config/recipes.cfg
@@ -45,7 +45,7 @@
     },
     "fuchsia": {
       "branch": "refs/heads/master",
-      "revision": "81dd4923d6862aa668995d9eb25ed26a355c6450",
+      "revision": "0143ae0a6ec223905430bcdec75fa55b34fe9dd5",
       "url": "https://fuchsia.googlesource.com/infra/recipes.git"
     },
     "infra": {
diff --git a/recipes/recipes.expected/ci.json b/recipes/recipes.expected/ci.json
index 0fee1fe..f5ab687 100644
--- a/recipes/recipes.expected/ci.json
+++ b/recipes/recipes.expected/ci.json
@@ -312,7 +312,7 @@
   },
   {
     "cmd": [],
-    "name": "fetch commit-queue.cfg"
+    "name": "fetch flutter commit-queue.cfg"
   },
   {
     "cmd": [
@@ -322,7 +322,7 @@
       "3m"
     ],
     "infra_step": true,
-    "name": "fetch commit-queue.cfg.get access token for default account",
+    "name": "fetch flutter commit-queue.cfg.get access token for default account",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
     ]
@@ -341,7 +341,7 @@
       "--headers-json",
       "{\"Authorization\": \"Bearer extra.secret.token.should.not.be.logged\"}"
     ],
-    "name": "fetch commit-queue.cfg.get",
+    "name": "fetch flutter commit-queue.cfg.get",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
     ]
diff --git a/recipes/recipes.expected/cq_try.json b/recipes/recipes.expected/cq_try.json
index ecc68a5..054d1c0 100644
--- a/recipes/recipes.expected/cq_try.json
+++ b/recipes/recipes.expected/cq_try.json
@@ -636,7 +636,7 @@
   },
   {
     "cmd": [],
-    "name": "fetch commit-queue.cfg"
+    "name": "fetch flutter commit-queue.cfg"
   },
   {
     "cmd": [
@@ -646,7 +646,7 @@
       "3m"
     ],
     "infra_step": true,
-    "name": "fetch commit-queue.cfg.get access token for default account",
+    "name": "fetch flutter commit-queue.cfg.get access token for default account",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
     ]
@@ -665,7 +665,7 @@
       "--headers-json",
       "{\"Authorization\": \"Bearer extra.secret.token.should.not.be.logged\"}"
     ],
-    "name": "fetch commit-queue.cfg.get",
+    "name": "fetch flutter commit-queue.cfg.get",
     "~followup_annotations": [
       "@@@STEP_NEST_LEVEL@1@@@"
     ]
diff --git a/recipes/recipes.py b/recipes/recipes.py
index bbdbeb1..31a766a 100644
--- a/recipes/recipes.py
+++ b/recipes/recipes.py
@@ -121,7 +121,7 @@
 
 def GenTests(api):
   yield (api.status_check.test('ci') + api.properties(unittest_only=False) +
-         api.commit_queue.test_data(COMMIT_QUEUE_CFG) +
+         api.commit_queue.test_data('flutter', COMMIT_QUEUE_CFG) +
          api.recipe_testing.affected_recipes_data(['none']) +
          api.recipe_testing.build_data(
              'flutter/try/flutter-foo', 'flutter', skip=True) +
@@ -130,7 +130,7 @@
          api.recipe_testing.build_data(
              'flutter/try/flutter-baz', 'project', skip=True))
   yield (api.status_check.test('cq_try') + api.properties(unittest_only=False) +
-         api.commit_queue.test_data(COMMIT_QUEUE_CFG) +
+         api.commit_queue.test_data('flutter', COMMIT_QUEUE_CFG) +
          api.recipe_testing.affected_recipes_data(['none']) +
          api.recipe_testing.build_data(
              'flutter/try/flutter-foo', 'flutter', skip=True) +