mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 19:51:08 -03:30
title to name for survey metadata
This commit is contained in:
@@ -50,7 +50,7 @@ TEST_ASYNC_PLAYBOOK = '''
|
|||||||
|
|
||||||
TEST_SIMPLE_REQUIRED_SURVEY = '''
|
TEST_SIMPLE_REQUIRED_SURVEY = '''
|
||||||
{
|
{
|
||||||
"title": "Simple",
|
"name": "Simple",
|
||||||
"description": "Description",
|
"description": "Description",
|
||||||
"spec": [
|
"spec": [
|
||||||
{
|
{
|
||||||
@@ -70,7 +70,7 @@ TEST_SIMPLE_REQUIRED_SURVEY = '''
|
|||||||
|
|
||||||
TEST_SIMPLE_NONREQUIRED_SURVEY = '''
|
TEST_SIMPLE_NONREQUIRED_SURVEY = '''
|
||||||
{
|
{
|
||||||
"title": "Simple",
|
"name": "Simple",
|
||||||
"description": "Description",
|
"description": "Description",
|
||||||
"spec": [
|
"spec": [
|
||||||
{
|
{
|
||||||
@@ -90,7 +90,7 @@ TEST_SIMPLE_NONREQUIRED_SURVEY = '''
|
|||||||
|
|
||||||
TEST_SURVEY_REQUIREMENTS = '''
|
TEST_SURVEY_REQUIREMENTS = '''
|
||||||
{
|
{
|
||||||
"title": "Simple",
|
"name": "Simple",
|
||||||
"description": "Description",
|
"description": "Description",
|
||||||
"spec": [
|
"spec": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user