Fix gerrit/gitiles typo in git_cl

This is a fix to 32978d969ce27fa9568b30f0cdb556036a645d1e,
which introduced a "Landed as <gerrit link>" feature to git-cl, but
which at the last minute introduced a typo causing the whole feature
to not actually work.

BUG=661187

Change-Id: Ifef3379a51f035973bc5f3842862528f90bfdf84
Reviewed-on: https://chromium-review.googlesource.com/419782
Reviewed-by: Stephen Martinis <martiniss@chromium.org>
Commit-Queue: Aaron Gable <agable@chromium.org>
diff --git a/tests/git_cl_test.py b/tests/git_cl_test.py
index 3bc4e7f..68186da 100755
--- a/tests/git_cl_test.py
+++ b/tests/git_cl_test.py
@@ -2763,7 +2763,7 @@
     }
     cl._codereview_impl._GetChangeCommit = lambda: {
       'commit': 'deadbeef',
-      'web_links': [{'name': 'gerrit',
+      'web_links': [{'name': 'gitiles',
                      'url': 'https://git.googlesource.com/test/+/deadbeef'}],
     }
     cl._codereview_impl.SubmitIssue = lambda wait_for_merge: None