Skip to content

Commit fb95896

Browse files
author
Vishal Shingala
committed
Fixed failing tests for added options
1 parent 4564197 commit fb95896

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

test/system/structure.test.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ const optionIds = [
88
'folderStrategy',
99
'indentCharacter',
1010
'requestNameSource',
11+
'resolveRemoteRefs',
12+
'sourceUrl',
1113
'includeAuthInfoInExample',
1214
'shortValidationErrors',
1315
'validationPropertiesToIgnore',
@@ -78,6 +80,18 @@ const optionIds = [
7880
' If “Fallback” is selected, the request will be named after one of the following schema' +
7981
' values: `description`, `operationid`, `url`.'
8082
},
83+
resolveRemoteRefs: {
84+
name: 'Resolve remote references',
85+
type: 'boolean',
86+
default: false,
87+
description: 'Select whether to resolve remote references.'
88+
},
89+
sourceUrl: {
90+
name: 'Source URL of definition',
91+
type: 'string',
92+
default: '',
93+
description: 'Specify source URL of definition to resolve remote references mentioned in it.'
94+
},
8195
includeAuthInfoInExample: {
8296
name: 'Include auth info in example requests',
8397
type: 'boolean',

0 commit comments

Comments
 (0)