summaryrefslogtreecommitdiff
path: root/tests/variables/variables.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/variables/variables.py')
-rw-r--r--tests/variables/variables.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/variables/variables.py b/tests/variables/variables.py
index 8c5db0a19..c0119880d 100644
--- a/tests/variables/variables.py
+++ b/tests/variables/variables.py
@@ -13,7 +13,7 @@ DATA_DIR = os.path.join(
def create_pipeline(tmpdir, basedir, target):
- context = Context([], 'x86_64')
+ context = Context([])
project = Project(basedir, context)
context.artifactdir = os.path.join(str(tmpdir), 'artifact')
context._platform = Platform.get_platform()