summaryrefslogtreecommitdiff
path: root/tests/sources/project_key_test/plugins/sources/key-test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sources/project_key_test/plugins/sources/key-test.py')
-rw-r--r--tests/sources/project_key_test/plugins/sources/key-test.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/sources/project_key_test/plugins/sources/key-test.py b/tests/sources/project_key_test/plugins/sources/key-test.py
index 30256929c..98dd380ef 100644
--- a/tests/sources/project_key_test/plugins/sources/key-test.py
+++ b/tests/sources/project_key_test/plugins/sources/key-test.py
@@ -20,6 +20,9 @@ class KeyTest(Source):
assert self.ref
return "abcdefg"
+ def is_cached(self):
+ return False
+
def get_consistency(self):
if self.ref:
return Consistency.RESOLVED