Skip to content

Commit 2b4b615

Browse files
committed
appease the tester NO_JIRA
1 parent e8c8a59 commit 2b4b615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/githooks.py

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

0 commit comments

Comments
 (0)