Index: tests/git_cl_test.py |
diff --git a/tests/git_cl_test.py b/tests/git_cl_test.py |
index 293523daa095e7e08de0fb747430d9b88b89a5c3..220e59164385ab2d8774de787cae2cc9450c9e19 100755 |
--- a/tests/git_cl_test.py |
+++ b/tests/git_cl_test.py |
@@ -360,7 +360,7 @@ class TestGitCl(TestCase): |
((['git', 'reset', '--soft', 'fake_ancestor_sha'],), ''), |
((['git', 'commit', '-m', |
'Issue: 12345\n\nR=john@chromium.org\n\n' |
- 'Review URL: https://codereview.example.com/12345.'],), |
+ 'Review URL: https://codereview.example.com/12345 .'],), |
''), |
((['git', 'config', 'rietveld.force-https-commit-url'],), ''), |
((['git', |