Skip to content

Commit 238df67

Browse files
committed
sane defaultS
1 parent 7aa393c commit 238df67

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

cli/start_test.go

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,11 @@ func TestStart(t *testing.T) {
9090
Plan: &proto.PlanComplete{
9191
Parameters: []*proto.RichParameter{
9292
{
93-
Name: ephemeralParameterName,
94-
Description: ephemeralParameterDescription,
95-
Mutable: true,
96-
Ephemeral: true,
93+
Name: ephemeralParameterName,
94+
Description: ephemeralParameterDescription,
95+
Mutable: true,
96+
Ephemeral: true,
97+
DefaultValue: "foo",
9798
},
9899
},
99100
},

0 commit comments

Comments
 (0)