Skip to content

Commit ac031fc

Browse files
Update githooks.py NO_JIRA
1 parent e8d7adb commit ac031fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main/githooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ def _test(input, is_jira=True):
899899
class TestCheckCommitMessage(unittest.TestCase):
900900
def test_various_strings(self):
901901
def _test(input, is_good=True):
902-
rc = check_commit_msg(input, [], "dummy/repo")
902+
rc = check_commit_msg(input, [])
903903
self.assertEqual(rc == 0, is_good)
904904
_test('ABC-1234')
905905
_test('Some changes for ABC-1234 ticket')

0 commit comments

Comments
 (0)