Index: tests/gclient_utils_test.py |
diff --git a/tests/gclient_utils_test.py b/tests/gclient_utils_test.py |
index d5c0c4ba322c63bc067488e6b8b49f19fdd9a87e..8dc69090fc3c074f127ece519b822414538196d3 100755 |
--- a/tests/gclient_utils_test.py |
+++ b/tests/gclient_utils_test.py |
@@ -181,8 +181,8 @@ class GClientUtilsTest(trial_dir.TestCase): |
['foo/', 'https://foo/'], |
['ssh-svn://foo', 'ssh-svn://foo'], |
['ssh-svn://foo/bar/', 'ssh-svn://foo/bar/'], |
- ['codereview.chromium.org', 'https://chromiumcodereview.appspot.com'], |
- ['codereview.chromium.org/', 'https://chromiumcodereview.appspot.com/'], |
+ ['codereview.chromium.org', 'https://codereview.chromium.org'], |
+ ['codereview.chromium.org/', 'https://codereview.chromium.org/'], |
['http://foo:8080', 'http://foo:8080'], |
['http://foo:8080/bar', 'http://foo:8080/bar'], |
['foo:8080', 'http://foo:8080'], |