Skip to content

Commit bd88436

Browse files
authored
[e2e] Fix multi-repo test (#18929)
* Empty * [e2e] Fix multi-repo test
1 parent e1833f6 commit bd88436

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)