summaryrefslogtreecommitdiffstats
path: root/model/manifest_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'model/manifest_test.go')
-rw-r--r--model/manifest_test.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/model/manifest_test.go b/model/manifest_test.go
index 3f174d3a7..0edd1fed4 100644
--- a/model/manifest_test.go
+++ b/model/manifest_test.go
@@ -76,6 +76,7 @@ func TestManifestUnmarshal(t *testing.T) {
Type: PLUGIN_CONFIG_TYPE_DROPDOWN,
HelpText: "thehelptext",
RegenerateHelpText: "theregeneratehelptext",
+ Placeholder: "theplaceholder",
Options: []*PluginOption{
&PluginOption{
DisplayName: "theoptiondisplayname",
@@ -104,6 +105,7 @@ settings_schema:
type: dropdown
help_text: thehelptext
regenerate_help_text: theregeneratehelptext
+ placeholder: theplaceholder
options:
- display_name: theoptiondisplayname
value: thevalue
@@ -129,6 +131,7 @@ settings_schema:
"type": "dropdown",
"help_text": "thehelptext",
"regenerate_help_text": "theregeneratehelptext",
+ "placeholder": "theplaceholder",
"options": [
{
"display_name": "theoptiondisplayname",
@@ -178,6 +181,7 @@ func TestManifestJson(t *testing.T) {
Type: PLUGIN_CONFIG_TYPE_DROPDOWN,
HelpText: "thehelptext",
RegenerateHelpText: "theregeneratehelptext",
+ Placeholder: "theplaceholder",
Options: []*PluginOption{
&PluginOption{
DisplayName: "theoptiondisplayname",
@@ -241,6 +245,7 @@ func TestManifestClientManifest(t *testing.T) {
Type: PLUGIN_CONFIG_TYPE_DROPDOWN,
HelpText: "thehelptext",
RegenerateHelpText: "theregeneratehelptext",
+ Placeholder: "theplaceholder",
Options: []*PluginOption{
&PluginOption{
DisplayName: "theoptiondisplayname",