mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
title to name for survey metadata
This commit is contained in:
parent
193accaa84
commit
6f2a33d2b7
@ -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": [
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user