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 1abd66f

Browse files
committed
fixup! Add env create|edit integration tests
1 parent 2cb94cb commit 1abd66f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/integration/envs_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func TestEnvsCLI(t *testing.T) {
5151
)
5252

5353
t.Cleanup(func() {
54-
run(t, "coder-envs-edit-cleanup", func(t *testing.T, ctx context.Context, c *tcli.ContainerRunner){
54+
run(t, "coder-envs-edit-cleanup", func(t *testing.T, ctx context.Context, c *tcli.ContainerRunner) {
5555
headlessLogin(ctx, t, c)
5656
c.Run(ctx, fmt.Sprintf("coder envs rm %s --force", name)).Assert(t)
5757
})
@@ -86,7 +86,7 @@ func TestEnvsCLI(t *testing.T) {
8686
tcli.Success(),
8787
)
8888
t.Cleanup(func() {
89-
run(t, "coder-envs-edit-cleanup", func(t *testing.T, ctx context.Context, c *tcli.ContainerRunner){
89+
run(t, "coder-envs-edit-cleanup", func(t *testing.T, ctx context.Context, c *tcli.ContainerRunner) {
9090
headlessLogin(ctx, t, c)
9191
c.Run(ctx, fmt.Sprintf("coder envs rm %s --force", name)).Assert(t)
9292
})

0 commit comments

Comments
 (0)