Skip to content

Commit ff704ed

Browse files
committed
fix tests:
1 parent adc8650 commit ff704ed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cli/templatepush_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -676,10 +676,9 @@ func TestTemplatePush(t *testing.T) {
676676
args := []string{
677677
"templates",
678678
"push",
679-
templateName,
679+
"my-template",
680680
"--directory", source,
681681
"--test.provisioner", string(database.ProvisionerTypeEcho),
682-
"--create",
683682
}
684683
inv, root := clitest.New(t, args...)
685684
clitest.SetupConfig(t, templateAdmin, root)

0 commit comments

Comments
 (0)