Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 6496d5a

Browse files
committed
Update tests
1 parent 4175b36 commit 6496d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/envs_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ func Test_env_create(t *testing.T) {
108108

109109
// edit the CPU of the environment
110110
cpu = 2.1
111-
res = execute(t, nil, "envs", "edit", name, fmt.Sprintf("--cpu=%f", cpu), "--follow")
111+
res = execute(t, nil, "envs", "edit", name, fmt.Sprintf("--cpu=%f", cpu), "--follow", "--force")
112112
res.success(t)
113113

114114
// assert that the CPU actually did change after edit

0 commit comments

Comments
 (0)