mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
feat: change template max_ttl to default_ttl (#4843)
This commit is contained in:
@ -52,8 +52,7 @@ func TestTemplateCreate(t *testing.T) {
|
||||
"my-template",
|
||||
"--directory", source,
|
||||
"--test.provisioner", string(database.ProvisionerTypeEcho),
|
||||
"--max-ttl", "24h",
|
||||
"--min-autostart-interval", "2h",
|
||||
"--default-ttl", "24h",
|
||||
}
|
||||
cmd, root := clitest.New(t, args...)
|
||||
clitest.SetupConfig(t, client, root)
|
||||
|
Reference in New Issue
Block a user