Skip to content

Commit 6a925b8

Browse files
authored
change folder to baseUriChange
1 parent 96742ba commit 6a925b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ 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'),
1010
'http://localhost:1234/name.json': require('./remotes/name.json'),
1111
'http://localhost:1234/name-defs.json': require('./remotes/name-defs.json')
1212
};

0 commit comments

Comments
 (0)