Skip to content

Commit 9801be9

Browse files
committed
[e2e] Fix multi-repo test
1 parent 6c4ab50 commit 9801be9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/tests/components/ws-manager/multi_repo_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ var repos = []struct {
3939
CheckoutLocation: "gitpod",
4040
},
4141
{
42-
RemoteUri: "https://github.com/gitpod-io/website",
42+
RemoteUri: "https://github.com/gitpod-io/workspace-images",
4343
CloneTarget: "main",
4444
ExpectedBranch: "main",
45-
CheckoutLocation: "website",
45+
CheckoutLocation: "workspace-images",
4646
},
4747
{
4848
RemoteUri: "https://github.com/gitpod-io/dazzle",

0 commit comments

Comments
 (0)