Skip to content

Commit 17f9e8c

Browse files
committed
Remove optimiseConversion and stacklimit option from validator test
1 parent 558769c commit 17f9e8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/validator.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1349,7 +1349,7 @@ describe('VALIDATE FUNCTION TESTS ', function () {
13491349
'/invalid_response_body_all_of_properties_collection.json'), 'utf-8'),
13501350
historyRequest = [],
13511351
schemaPack = new Converter.SchemaPack({ type: 'string', data: allOfExample },
1352-
{ suggestAvailableFixes: true, showMissingInSchemaErrors: true, optimizeConversion: false, stackLimit: 10 });
1352+
{ suggestAvailableFixes: true, showMissingInSchemaErrors: true });
13531353

13541354
getAllTransactions(JSON.parse(allOfCollection), historyRequest);
13551355

0 commit comments

Comments
 (0)