Skip to content

Commit accf223

Browse files
committed
test: move valid url missing git repo test under our control
If we want to ensure this git repository isn't created it should be pointed at the FINOS org, the parent of this repo currently. In theory test-org (an org that currently exists) could add a repo called test-project.
1 parent 6793fae commit accf223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ConfigLoader.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ describe('ConfigLoader', () => {
437437
it('should throw error if repository is a valid URL but not a git repository', async function () {
438438
const source = {
439439
type: 'git',
440-
repository: 'https://github.com/test-org/test-repo.git',
440+
repository: 'https://github.com/finos/made-up-test-repo.git',
441441
path: 'proxy.config.json',
442442
branch: 'main',
443443
enabled: true,

0 commit comments

Comments
 (0)