summaryrefslogtreecommitdiff
path: root/tests/sources/no-fetch-cached/plugins/sources/always_cached.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sources/no-fetch-cached/plugins/sources/always_cached.py')
-rw-r--r--tests/sources/no-fetch-cached/plugins/sources/always_cached.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/sources/no-fetch-cached/plugins/sources/always_cached.py b/tests/sources/no-fetch-cached/plugins/sources/always_cached.py
index 623ab19ab..5f05b592b 100644
--- a/tests/sources/no-fetch-cached/plugins/sources/always_cached.py
+++ b/tests/sources/no-fetch-cached/plugins/sources/always_cached.py
@@ -20,6 +20,9 @@ class AlwaysCachedSource(Source):
def get_unique_key(self):
return None
+ def is_resolved(self):
+ return True
+
def get_consistency(self):
return Consistency.CACHED