Skip to content
Snippets Groups Projects
Commit c099c5cc authored by Eva Bardou's avatar Eva Bardou
Browse files

Remove use_cache

parent cd1b94fe
No related branches found
No related tags found
No related merge requests found
......@@ -889,7 +889,7 @@ class ElementsWorker(BaseWorker):
), "worker_version should be of type str"
query_params["worker_version"] = worker_version
if self.use_cache:
if self.cache:
# Checking that we only received query_params handled by the cache
assert set(query_params.keys()) <= {
"name",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment