Skip to content

Commit 4513077

Browse files
Use .loft.sh domain in up e2e tests
1 parent f2f1617 commit 4513077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/tests/up/up.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ var _ = DevPodDescribe("devpod up test suite", func() {
581581
initialList, err := f.DevPodList(ctx)
582582
framework.ExpectNoError(err)
583583
// Wait for devpod workspace to come online (deadline: 30s)
584-
err = f.DevPodUp(ctx, "test1234.com")
584+
err = f.DevPodUp(ctx, "notfound.loft.sh")
585585
framework.ExpectError(err)
586586

587587
out, err := f.DevPodList(ctx)

0 commit comments

Comments
 (0)