diff --git a/integration_tests/test_commit_format.py b/integration_tests/test_commit_format.py index 7f100af..ae8c587 100644 --- a/integration_tests/test_commit_format.py +++ b/integration_tests/test_commit_format.py @@ -32,7 +32,7 @@ def test_commit_format(): for sha in shas.split(): # Do not enforce the commit rules when the committer is dependabot. - author_cmd = "git show -s --format='%ae'" + author_cmd = "git show -s --format='%ae' " + sha author = get_cmd_output(author_cmd) if "dependabot" in author: continue