From 4fca8ba2d5a5e4b3f13b319fa6b2bdd15c0f0071 Mon Sep 17 00:00:00 2001 From: Khai Do Date: Thu, 12 Mar 2015 15:01:41 -0700 Subject: [PATCH] fix test in include-raw-escape001.yaml The yaml list for job templates is 'job-template' not 'template-job'. Change-Id: I693cdfd2ecb2dcdb10db93bbcfe158a910d11222 --- tests/localyaml/fixtures/include-raw-escaped001.json | 2 +- tests/localyaml/fixtures/include-raw-escaped001.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/localyaml/fixtures/include-raw-escaped001.json b/tests/localyaml/fixtures/include-raw-escaped001.json index 67f7796f4..df4c480f6 100644 --- a/tests/localyaml/fixtures/include-raw-escaped001.json +++ b/tests/localyaml/fixtures/include-raw-escaped001.json @@ -1,6 +1,6 @@ [ { - "template-job": { + "job-template": { "name": "test-job-include-raw-{num}", "builders": [ { diff --git a/tests/localyaml/fixtures/include-raw-escaped001.yaml b/tests/localyaml/fixtures/include-raw-escaped001.yaml index 38397b5d9..2853d03ba 100644 --- a/tests/localyaml/fixtures/include-raw-escaped001.yaml +++ b/tests/localyaml/fixtures/include-raw-escaped001.yaml @@ -1,4 +1,4 @@ -- template-job: +- job-template: name: test-job-include-raw-{num} builders: - shell: