aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/05_test_detection.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/05_test_detection.py b/tests/05_test_detection.py
index d2579dfa..5e903db3 100644
--- a/tests/05_test_detection.py
+++ b/tests/05_test_detection.py
@@ -24,7 +24,7 @@ class MockGitRepository:
def pristine_tar_branch(self):
'pristine-tar'
- def grep_log(self, regex, branch):
+ def grep_log(self, regex, branch, merges=True):
return None
def get_commit_info(self, commit):