| Index: tests/git_cl_test.py
 | 
| diff --git a/tests/git_cl_test.py b/tests/git_cl_test.py
 | 
| index 98ae5862d9f61d6e9d6e03bf16366b7ebe44a208..d29dd388996ef8357210e1cc7e79e034cc8d14d7 100755
 | 
| --- a/tests/git_cl_test.py
 | 
| +++ b/tests/git_cl_test.py
 | 
| @@ -311,9 +311,10 @@ class TestGitCl(TestCase):
 | 
|           'config', 'branch.working.rietveldissue'],), '12345'),
 | 
|        ((['git', 'config', 'branch.working.rietveldserver'],),
 | 
|           'codereview.example.com'),
 | 
| +      ((['git', 'config', 'rietveld.tree-status-url'],), ''),
 | 
|        (('GitClHooksBypassedCommit',
 | 
|          'Issue https://codereview.example.com/12345 bypassed hook when '
 | 
| -        'committing'), None),
 | 
| +        'committing (tree status was "unset")'), None),
 | 
|    ]
 | 
|  
 | 
|    @classmethod
 | 
| 
 |