Skip to content
Prev Previous commit
Next Next commit
fix failing test that needed --yes
  • Loading branch information
ketang committed Jul 11, 2022
commit 74e65f2fcf605558eebb241cc06ffc898a93e53c
1 change: 1 addition & 0 deletions cli/templatecreate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ func TestTemplateCreate(t *testing.T) {
"templates",
"delete",
"my-template",
"--yes",
}
cmd, root := clitest.New(t, args...)
clitest.SetupConfig(t, client, root)
Expand Down