From 708a497c369601909bc57768bc929fdccc235406 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 18 Jan 2018 15:14:28 +0200 Subject: Change: rename 'name' field on pipelines to 'pipeline' For consistency. --- ick2/workapi_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ick2/workapi_tests.py') diff --git a/ick2/workapi_tests.py b/ick2/workapi_tests.py index 48c9bbb..049e17c 100644 --- a/ick2/workapi_tests.py +++ b/ick2/workapi_tests.py @@ -35,7 +35,7 @@ class WorkAPITests(unittest.TestCase): def create_project_api(self): pipeline = { - 'name': 'build', + 'pipeline': 'build', 'actions': [ {'shell': 'step-1'}, {'shell': 'step-2'}, -- cgit v1.2.1