duh... param name fix

This commit is contained in:
Benedikt Kulmann
2020-10-22 12:17:50 +02:00
parent c3a2cb0714
commit ea3414f833
+1 -1
View File
@@ -512,7 +512,7 @@ def uiTestPipeline(suiteName, phoenixBranch = 'master', phoenixCommit = '', stor
},
}
def accountsUITests(ctx, phoenixBranch, phoenixCommitId, storage = 'owncloud'):
def accountsUITests(ctx, phoenixBranch, phoenixCommit, storage = 'owncloud'):
return {
'kind': 'pipeline',
'type': 'docker',