From be74f6171b2c27c702dfefbad12f83899a9ed33f Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Thu, 2 Feb 2017 19:24:26 +0900 Subject: Fixed tests for new Project() constructor argument. --- tests/pipeline/load.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/pipeline') diff --git a/tests/pipeline/load.py b/tests/pipeline/load.py index 791248c0f..6f4fffe43 100644 --- a/tests/pipeline/load.py +++ b/tests/pipeline/load.py @@ -12,7 +12,7 @@ DATA_DIR = os.path.join( def create_pipeline(tmpdir, basedir, target, variant): context = Context('x86_64') - project = Project(basedir) + project = Project(basedir, 'x86_64') context.deploydir = os.path.join(str(tmpdir), 'deploy') context.artifactdir = os.path.join(str(tmpdir), 'artifact') -- cgit v1.2.1