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

Remove use_cache

parent 227669d6
No related branches found
No related tags found
1 merge request!68Retrieve children elements from SQLite cache in list_element_children
This commit is part of merge request !68. Comments created here will be created in the context of that merge request.
......@@ -845,7 +845,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