Skip to content

Commit

Permalink
Merge branch 'develop' into 817-enum
Browse files Browse the repository at this point in the history
  • Loading branch information
thim81 committed Sep 11, 2024
1 parent 95dc680 commit 385c320
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/unit/convertV2.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ const expect = require('chai').expect,
path.join(__dirname, VALID_OPENAPI_PATH, '/multiExampleResponseCodeMatching.json'),
duplicateCollectionVars =
path.join(__dirname, VALID_OPENAPI_PATH, '/duplicateCollectionVars.json'),
issue795 = path.join(__dirname, VALID_OPENAPI_PATH, '/form-binary-file.json'),
issue817 = path.join(__dirname, VALID_OPENAPI_PATH, '/issue#817-enum.yaml');
readOnlySpec =
path.join(__dirname, VALID_OPENAPI_PATH, '/readOnly.json'),
readOnlyRefSpec =
Expand All @@ -123,6 +121,7 @@ const expect = require('chai').expect,
path.join(__dirname, VALID_OPENAPI_PATH, '/readOnlyOneOf.json'),
readOnlyNestedSpec =
path.join(__dirname, VALID_OPENAPI_PATH, '/readOnlyNested.json'),
issue817 = path.join(__dirname, VALID_OPENAPI_PATH, '/issue#817-enum.yaml'),
issue795 = path.join(__dirname, VALID_OPENAPI_PATH, '/form-binary-file.json');

describe('The convert v2 Function', function() {
Expand Down

0 comments on commit 385c320

Please sign in to comment.