Skip to content

Commit a2be20c

Browse files
committed
fix cli test
1 parent 8b2f195 commit a2be20c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/templatecreate_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ func TestTemplateCreate(t *testing.T) {
5252
"my-template",
5353
"--directory", source,
5454
"--test.provisioner", string(database.ProvisionerTypeEcho),
55-
"--max-ttl", "24h",
55+
"--default-ttl", "24h",
5656
}
5757
cmd, root := clitest.New(t, args...)
5858
clitest.SetupConfig(t, client, root)

0 commit comments

Comments
 (0)