Skip to content

Commit 74e65f2

Browse files
committed
fix failing test that needed --yes
1 parent bdeec4b commit 74e65f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/templatecreate_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ func TestTemplateCreate(t *testing.T) {
229229
"templates",
230230
"delete",
231231
"my-template",
232+
"--yes",
232233
}
233234
cmd, root := clitest.New(t, args...)
234235
clitest.SetupConfig(t, client, root)

0 commit comments

Comments
 (0)