Index: scripts/slave/recipes/blink_downstream.py |
diff --git a/scripts/slave/recipes/blink_downstream.py b/scripts/slave/recipes/blink_downstream.py |
index f2ac6d21d142180a5d3c1cc99f064a2cd85eaff3..f4c443fcb7ab7825728828c51d8b845ff4a03a27 100644 |
--- a/scripts/slave/recipes/blink_downstream.py |
+++ b/scripts/slave/recipes/blink_downstream.py |
@@ -138,9 +138,7 @@ def RunSteps(api): |
# Run all steps in the checkout dir (consistent with chromium_tests). |
with api.step.context(context): |
- # TODO(phajdan.jr): remove redundant **context below once we fix things |
- # to behave the same without it. |
- step_result = api.bot_update.ensure_checkout(force=True, **context) |
+ step_result = api.bot_update.ensure_checkout(force=True) |
api.chromium.ensure_goma() |