git cl description: rename gerrit test.
R=ehmaldonado
Bug: 770408
Change-Id: I211ad8e67e9486b974eed7694436afb15ecf21a2
Reviewed-on: https://chromium-review.googlesource.com/c/1279136
Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org>
Reviewed-by: Edward Lesmes <ehmaldonado@chromium.org>
diff --git a/git_cl.py b/git_cl.py
index e4a9925..c9d7978 100755
--- a/git_cl.py
+++ b/git_cl.py
@@ -4641,11 +4641,9 @@
if not target_issue_arg.valid:
parser.error('invalid codereview url or CL id')
- auth_config = auth.extract_auth_config_from_options(options)
-
kwargs = {
- 'auth_config': auth_config,
- 'codereview': options.forced_codereview,
+ 'auth_config': auth.extract_auth_config_from_options(options),
+ 'codereview': options.forced_codereview,
}
detected_codereview_from_url = False
if target_issue_arg: