diff --git a/tests/system/suite_tools/tst_git_local/test.py b/tests/system/suite_tools/tst_git_local/test.py index 1c9cd01712a..70459e455e8 100644 --- a/tests/system/suite_tools/tst_git_local/test.py +++ b/tests/system/suite_tools/tst_git_local/test.py @@ -87,7 +87,7 @@ def __clickCommit__(count): show = str(description.plainText) id = "Nobody " time = "\w{3} \w{3} \d{1,2} \d{2}:\d{2}:\d{2} \d{4}.* seconds ago\)" - expected = [["commit %s" % commit, False], + expected = [["commit %s " % commit, False], ["Author: %s, %s" % (id, time), True], ["Committer: %s, %s" % (id, time), True]] for line, exp in zip(show.splitlines(), expected):