Skip to content

Commit f3d9989

Browse files
committed
chore: fix potentially invalid repo project names in testProxyRoute tests
1 parent 6527ea7 commit f3d9989

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/testProxyRoute.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ const TEST_DEFAULT_REPO = {
2626
const TEST_GITLAB_REPO = {
2727
url: 'https://gitlab.com/gitlab-community/meta.git',
2828
name: 'gitlab',
29-
project: 'gitlab-community/meta',
29+
project: 'gitlab-community',
3030
host: 'gitlab.com',
3131
proxyUrlPrefix: '/gitlab.com/gitlab-community/meta.git',
3232
};
3333

3434
const TEST_UNKNOWN_REPO = {
3535
url: 'https://github.com/finos/fdc3.git',
3636
name: 'fdc3',
37-
project: 'finos/fdc3',
37+
project: 'finos',
3838
host: 'github.com',
3939
proxyUrlPrefix: '/github.com/finos/fdc3.git',
4040
fallbackUrlPrefix: '/finos/fdc3.git',

0 commit comments

Comments
 (0)