We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8c8a59 commit 2b4b615Copy full SHA for 2b4b615
1 file changed
main/githooks.py
@@ -896,7 +896,7 @@ def _test(input, is_jira=True):
896
class TestCheckCommitMessage(unittest.TestCase):
897
def test_various_strings(self):
898
def _test(input, is_good=True):
899
- rc = check_commit_msg(input, [])
+ rc = check_commit_msg(input, [], "dummy/repo")
900
self.assertEqual(rc == 0, is_good)
901
_test('ABC-1234')
902
_test('Some changes for ABC-1234 ticket')
0 commit comments