| Index: tests/git_cl_test.py
|
| diff --git a/tests/git_cl_test.py b/tests/git_cl_test.py
|
| index 54878ebf3cf9ad5cfdee72612da4a1a2f5c5544a..cb87bdb4c6559eed24c83437f3b3b54e3d6af8bd 100755
|
| --- a/tests/git_cl_test.py
|
| +++ b/tests/git_cl_test.py
|
| @@ -359,7 +359,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',
|
|
|