File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ var _ = DevPodDescribe("devpod up test suite", func() {
179
179
err = f .DevPodProviderUse (ctx , "docker" )
180
180
framework .ExpectNoError (err )
181
181
182
- name := "pull-3-head "
182
+ name := "github-com-loft-sh-devpod "
183
183
ginkgo .DeferCleanup (f .DevPodWorkspaceDelete , context .Background (), name )
184
184
185
185
// Wait for devpod workspace to come online (deadline: 30s)
@@ -513,7 +513,7 @@ var _ = DevPodDescribe("devpod up test suite", func() {
513
513
framework .ExpectNoError (err )
514
514
515
515
// reset
516
- err = f .DevPodUpReset (ctx , "https://github.com/loft-sh/examples@subpath:/devpod/jupyter-notebook-hello-world" )
516
+ err = f .DevPodUpReset (ctx , "https://github.com/loft-sh/examples/ @subpath:/devpod/jupyter-notebook-hello-world" )
517
517
framework .ExpectNoError (err )
518
518
519
519
// this should fail! because --reset should trigger a new git clone
You can’t perform that action at this time.
0 commit comments