summaryrefslogtreecommitdiff
path: root/tests/frontend/pull.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/frontend/pull.py')
-rw-r--r--tests/frontend/pull.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/frontend/pull.py b/tests/frontend/pull.py
index 1845f320e..e38cd1bcb 100644
--- a/tests/frontend/pull.py
+++ b/tests/frontend/pull.py
@@ -312,6 +312,7 @@ def test_pull_missing_local_blob(cli, tmpdir, datafiles):
project = str(tmpdir)
project_config = {
"name": "pull-missing-local-blob",
+ "min-version": "2.0",
"element-path": "elements",
}
project_file = os.path.join(str(tmpdir), "project.conf")