Skip to content

Commit

Permalink
Use .loft.sh domain in up e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
janekbaraniewski committed Oct 8, 2024
1 parent f2f1617 commit 4513077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/up/up.go
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ var _ = DevPodDescribe("devpod up test suite", func() {
initialList, err := f.DevPodList(ctx)
framework.ExpectNoError(err)
// Wait for devpod workspace to come online (deadline: 30s)
err = f.DevPodUp(ctx, "test1234.com")
err = f.DevPodUp(ctx, "notfound.loft.sh")
framework.ExpectError(err)

out, err := f.DevPodList(ctx)
Expand Down

0 comments on commit 4513077

Please sign in to comment.