Skip to content
Snippets Groups Projects
Commit 03160498 authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[test][bcp] Fix name of docker image cache class variable

It was useless since the file path was store in an unrelated
variable.
parent 550ef4ac
No related branches found
No related tags found
1 merge request!67Protocol template
......@@ -322,7 +322,7 @@ class TestBCPDocker(TestBCP):
@classmethod
def setUpClass(cls):
cls.images_cache = os.path.join(tmp_prefix, "docker_images_cache.json")
cls.docker_images_cache = os.path.join(tmp_prefix, "docker_images_cache.json")
cls.host = Host(images_cache=cls.docker_images_cache, raise_on_errors=False)
......
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