diff --git a/recipes/recipe_modules/gerrit/examples/full.expected/basic.json b/recipes/recipe_modules/gerrit/examples/full.expected/basic.json index 3d752b198..1c2a6ce81 100644 --- a/recipes/recipe_modules/gerrit/examples/full.expected/basic.json +++ b/recipes/recipe_modules/gerrit/examples/full.expected/basic.json @@ -6,7 +6,7 @@ "RECIPE_PACKAGE_REPO[depot_tools]/gerrit_client.py", "branch", "--host", - "https://chromium-review.googlesource.com/a", + "https://chromium-review.googlesource.com", "--project", "v8/v8", "--branch", @@ -37,7 +37,7 @@ "RECIPE_PACKAGE_REPO[depot_tools]/gerrit_client.py", "branchinfo", "--host", - "https://chromium-review.googlesource.com/a", + "https://chromium-review.googlesource.com", "--project", "v8/v8", "--branch", @@ -65,7 +65,7 @@ "RECIPE_PACKAGE_REPO[depot_tools]/gerrit_client.py", "changes", "--host", - "https://chromium-review.googlesource.com/a", + "https://chromium-review.googlesource.com", "--json_file", "/path/to/tmp/json", "--start", diff --git a/recipes/recipe_modules/gerrit/examples/full.py b/recipes/recipe_modules/gerrit/examples/full.py index ab9dfb486..48784a04e 100644 --- a/recipes/recipe_modules/gerrit/examples/full.py +++ b/recipes/recipe_modules/gerrit/examples/full.py @@ -8,7 +8,7 @@ DEPS = [ def RunSteps(api): - host = 'https://chromium-review.googlesource.com/a' + host = 'https://chromium-review.googlesource.com' project = 'v8/v8' branch = 'test'