Skip to content

Commit a211690

Browse files
committed
typo
1 parent 167f5c7 commit a211690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/deploy_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ func TestDeploy_Envs(t *testing.T) {
451451
// TODO: create and test typed errors for ErrEnvNotExist etc.
452452

453453
cmd = NewDeployCmd(NewTestClient())
454-
cmd.SetArgs([]string{"--env=DOES_NOT_EXIST-"})
454+
cmd.SetArgs([]string{"--env=DOES_NOT_EXIST"})
455455
err = cmd.Execute()
456456

457457
var e *ErrEnvNotExist

0 commit comments

Comments
 (0)