summaryrefslogtreecommitdiff
path: root/tests/frontend/consistencyerror/plugins/consistencybug.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/frontend/consistencyerror/plugins/consistencybug.py')
-rw-r--r--tests/frontend/consistencyerror/plugins/consistencybug.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/frontend/consistencyerror/plugins/consistencybug.py b/tests/frontend/consistencyerror/plugins/consistencybug.py
index 3c6fb46f3..c60d81ea0 100644
--- a/tests/frontend/consistencyerror/plugins/consistencybug.py
+++ b/tests/frontend/consistencyerror/plugins/consistencybug.py
@@ -23,7 +23,7 @@ class ConsistencyBugSource(Source):
def set_ref(self, ref, node):
pass
- def fetch(self):
+ def fetch(self, **kwargs):
pass
def stage(self, directory):