Skip to content

Commit

Permalink
fix(e2e): up (#1260)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalbreuninger authored Sep 15, 2024
1 parent c2c8960 commit 742f54d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/tests/up/up.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ var _ = DevPodDescribe("devpod up test suite", func() {
err = f.DevPodProviderUse(ctx, "docker")
framework.ExpectNoError(err)

name := "pull-3-head"
name := "github-com-loft-sh-devpod"
ginkgo.DeferCleanup(f.DevPodWorkspaceDelete, context.Background(), name)

// Wait for devpod workspace to come online (deadline: 30s)
Expand Down Expand Up @@ -513,7 +513,7 @@ var _ = DevPodDescribe("devpod up test suite", func() {
framework.ExpectNoError(err)

// reset
err = f.DevPodUpReset(ctx, "https://github.com/loft-sh/examples@subpath:/devpod/jupyter-notebook-hello-world")
err = f.DevPodUpReset(ctx, "https://github.com/loft-sh/examples/@subpath:/devpod/jupyter-notebook-hello-world")
framework.ExpectNoError(err)

// this should fail! because --reset should trigger a new git clone
Expand Down

0 comments on commit 742f54d

Please sign in to comment.