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