summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/sourcecache/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/sourcecache/config.py b/tests/sourcecache/config.py
index 0c11a2726..20b5177b7 100644
--- a/tests/sourcecache/config.py
+++ b/tests/sourcecache/config.py
@@ -42,6 +42,7 @@ def test_missing_certs(cli, datafiles, config_key, config_value):
project_conf = {
"name": "test",
+ "min-version": "2.0",
"source-caches": {"url": "https://cache.example.com:12345", "push": "true", config_key: config_value},
}
project_conf_file = os.path.join(project, "project.conf")