We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6527ea7 commit f3d9989Copy full SHA for f3d9989
test/testProxyRoute.test.js
@@ -26,15 +26,15 @@ const TEST_DEFAULT_REPO = {
26
const TEST_GITLAB_REPO = {
27
url: 'https://gitlab.com/gitlab-community/meta.git',
28
name: 'gitlab',
29
- project: 'gitlab-community/meta',
+ project: 'gitlab-community',
30
host: 'gitlab.com',
31
proxyUrlPrefix: '/gitlab.com/gitlab-community/meta.git',
32
};
33
34
const TEST_UNKNOWN_REPO = {
35
url: 'https://github.com/finos/fdc3.git',
36
name: 'fdc3',
37
- project: 'finos/fdc3',
+ project: 'finos',
38
host: 'github.com',
39
proxyUrlPrefix: '/github.com/finos/fdc3.git',
40
fallbackUrlPrefix: '/finos/fdc3.git',
0 commit comments