summaryrefslogtreecommitdiff
path: root/tests/artifactcache/cache_size.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/artifactcache/cache_size.py')
-rw-r--r--tests/artifactcache/cache_size.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/artifactcache/cache_size.py b/tests/artifactcache/cache_size.py
index 12098025e..6479e7708 100644
--- a/tests/artifactcache/cache_size.py
+++ b/tests/artifactcache/cache_size.py
@@ -17,7 +17,8 @@ from tests.testutils import create_element_size
def create_project(project_dir):
project_file = os.path.join(project_dir, "project.conf")
project_conf = {
- "name": "test"
+ "name": "test",
+ "version": "2.0"
}
_yaml.dump(project_conf, project_file)
element_name = "test.bst"