Skip to content

Commit

Permalink
Update pkg/e2e/watch_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Guillaume Lours <705411+glours@users.noreply.github.com>
Signed-off-by: Nicolas De loof <nicolas.deloof@gmail.com>
  • Loading branch information
ndeloof and glours authored Dec 6, 2024
1 parent 1b3c403 commit aa4fb04
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkg/e2e/watch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -295,9 +295,7 @@ func TestWatchExec(t *testing.T) {
cli := NewCLI(t)
const projectName = "test_watch_exec"

t.Cleanup(func() {
cli.RunDockerComposeCmd(t, "-p", projectName, "down")
})
defer c.cleanupWithDown(t, projectName)

Check failure on line 298 in pkg/e2e/watch_test.go

View workflow job for this annotation

GitHub Actions / e2e (plugin, 25.0.5)

undefined: c

Check failure on line 298 in pkg/e2e/watch_test.go

View workflow job for this annotation

GitHub Actions / e2e (plugin, 25.0.5)

undefined: c

Check failure on line 298 in pkg/e2e/watch_test.go

View workflow job for this annotation

GitHub Actions / e2e (plugin, 27.4.0-rc.4)

undefined: c

Check failure on line 298 in pkg/e2e/watch_test.go

View workflow job for this annotation

GitHub Actions / e2e (plugin, 27.4.0-rc.4)

undefined: c

Check failure on line 298 in pkg/e2e/watch_test.go

View workflow job for this annotation

GitHub Actions / e2e (standalone, 27.4.0-rc.4)

undefined: c

Check failure on line 298 in pkg/e2e/watch_test.go

View workflow job for this annotation

GitHub Actions / e2e (standalone, 27.4.0-rc.4)

undefined: c

Check failure on line 298 in pkg/e2e/watch_test.go

View workflow job for this annotation

GitHub Actions / e2e (standalone, 25.0.5)

undefined: c

Check failure on line 298 in pkg/e2e/watch_test.go

View workflow job for this annotation

GitHub Actions / e2e (standalone, 25.0.5)

undefined: c

Check failure on line 298 in pkg/e2e/watch_test.go

View workflow job for this annotation

GitHub Actions / e2e (plugin, 26.1.4)

undefined: c

Check failure on line 298 in pkg/e2e/watch_test.go

View workflow job for this annotation

GitHub Actions / e2e (plugin, 26.1.4)

undefined: c

Check failure on line 298 in pkg/e2e/watch_test.go

View workflow job for this annotation

GitHub Actions / e2e (standalone, 24.0.9)

undefined: c

Check failure on line 298 in pkg/e2e/watch_test.go

View workflow job for this annotation

GitHub Actions / e2e (standalone, 24.0.9)

undefined: c

Check failure on line 298 in pkg/e2e/watch_test.go

View workflow job for this annotation

GitHub Actions / e2e (plugin, 24.0.9)

undefined: c

Check failure on line 298 in pkg/e2e/watch_test.go

View workflow job for this annotation

GitHub Actions / e2e (plugin, 24.0.9)

undefined: c

Check failure on line 298 in pkg/e2e/watch_test.go

View workflow job for this annotation

GitHub Actions / e2e (standalone, 26.1.4)

undefined: c

Check failure on line 298 in pkg/e2e/watch_test.go

View workflow job for this annotation

GitHub Actions / e2e (standalone, 26.1.4)

undefined: c

tmpdir := t.TempDir()
composeFilePath := filepath.Join(tmpdir, "compose.yaml")
Expand Down

0 comments on commit aa4fb04

Please sign in to comment.