summaryrefslogtreecommitdiff
path: root/tests/pipeline/load.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pipeline/load.py')
-rw-r--r--tests/pipeline/load.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pipeline/load.py b/tests/pipeline/load.py
index d66c70e96..33d49bb31 100644
--- a/tests/pipeline/load.py
+++ b/tests/pipeline/load.py
@@ -19,7 +19,7 @@ def create_pipeline(tmpdir, basedir, target):
context.deploydir = os.path.join(str(tmpdir), 'deploy')
context.artifactdir = os.path.join(str(tmpdir), 'artifact')
- context._platform = Platform.get_platform(context, project)
+ context._platform = Platform.get_platform()
return Pipeline(context, project, target)