Chromium Code Reviews| Index: tests/git_cl_test.py |
| diff --git a/tests/git_cl_test.py b/tests/git_cl_test.py |
| index 31eb9722172339f5ad8ebcdc6c30e837b6c20c5a..9f0b88d5620548ed0770c15a7a29b1b39a913a1e 100755 |
| --- a/tests/git_cl_test.py |
| +++ b/tests/git_cl_test.py |
| @@ -365,6 +365,7 @@ class TestGitCl(TestCase): |
| return [ |
| 'upload', '--assume_yes', '--server', |
| 'https://codereview.example.com', |
| + '--no-oauth2', '--auth-host-port', '8090', |
| '--message', description |
| ] + args + [ |
| '--cc', 'joe@example.com', |