From 6f2a33d2b74d1f80ac04e3a77043dcf2c3be0ea8 Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Mon, 22 Sep 2014 11:53:50 -0400 Subject: [PATCH] title to name for survey metadata --- awx/main/tests/jobs.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/awx/main/tests/jobs.py b/awx/main/tests/jobs.py index 1f0e2bc175..af2a1d3a48 100644 --- a/awx/main/tests/jobs.py +++ b/awx/main/tests/jobs.py @@ -50,7 +50,7 @@ TEST_ASYNC_PLAYBOOK = ''' TEST_SIMPLE_REQUIRED_SURVEY = ''' { - "title": "Simple", + "name": "Simple", "description": "Description", "spec": [ { @@ -70,7 +70,7 @@ TEST_SIMPLE_REQUIRED_SURVEY = ''' TEST_SIMPLE_NONREQUIRED_SURVEY = ''' { - "title": "Simple", + "name": "Simple", "description": "Description", "spec": [ { @@ -90,7 +90,7 @@ TEST_SIMPLE_NONREQUIRED_SURVEY = ''' TEST_SURVEY_REQUIREMENTS = ''' { - "title": "Simple", + "name": "Simple", "description": "Description", "spec": [ {