Skip to content

Commit 0f35b32

Browse files
authored
Merge pull request #441 from plxel/patch-1
change folder to baseUriChange
2 parents 96742ba + d657d2b commit 0f35b32

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ const jsonSchemaTest = require('json-schema-test');
66
const refs = {
77
'http://localhost:1234/integer.json': require('./remotes/integer.json'),
88
'http://localhost:1234/subSchemas.json': require('./remotes/subSchemas.json'),
9-
'http://localhost:1234/folder/folderInteger.json': require('./remotes/folder/folderInteger.json'),
9+
'http://localhost:1234/baseUriChange/folderInteger.json': require('./remotes/baseUriChange/folderInteger.json'),
10+
'http://localhost:1234/baseUriChangeFolder/folderInteger.json': require('./remotes/baseUriChange/folderInteger.json'),
11+
'http://localhost:1234/baseUriChangeFolderInSubschema/folderInteger.json': require('./remotes/baseUriChange/folderInteger.json'),
1012
'http://localhost:1234/name.json': require('./remotes/name.json'),
1113
'http://localhost:1234/name-defs.json': require('./remotes/name-defs.json')
1214
};

0 commit comments

Comments
 (0)