aboutsummaryrefslogtreecommitdiff
path: root/tests/test_resources/hello_world.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_resources/hello_world.json')
-rw-r--r--tests/test_resources/hello_world.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/test_resources/hello_world.json b/tests/test_resources/hello_world.json
index 99e9439..28d7bd9 100644
--- a/tests/test_resources/hello_world.json
+++ b/tests/test_resources/hello_world.json
@@ -1,9 +1,9 @@
[
{
"name": "Hello world",
- "description": "Dummy application that displays 'Hello world!'",
+ "description": "Sample application that displays 'Hello world!'",
"supported_systems": [
- "Dummy System"
+ "Sample System"
],
"deploy_data": [
[
@@ -29,21 +29,21 @@
{
"name": "--choice-param",
"values": [
- "dummy_value_1",
- "dummy_value_2"
+ "value_1",
+ "value_2"
],
- "default_value": "dummy_value_1",
+ "default_value": "value_1",
"description": "Choice param"
},
{
"name": "--open-param",
"values": [],
- "default_value": "dummy_value_4",
+ "default_value": "value_4",
"description": "Open param"
},
{
"name": "--enable-flag",
- "default_value": "dummy_value_4",
+ "default_value": "value_4",
"description": "Flag param"
}
],