mirror of
https://github.com/postmanlabs/openapi-to-postman.git
synced 2022-11-29 22:05:00 +03:00
fixed linting errors.
This commit is contained in:
@@ -41,8 +41,8 @@ describe('CONVERT FUNCTION TESTS ', function() {
|
||||
done();
|
||||
});
|
||||
});
|
||||
it('should generate collection for a custom content type headers requests.'
|
||||
+ specPath2 , function(done) {
|
||||
it('should generate collection for a custom content type headers requests.' +
|
||||
specPath2, function(done) {
|
||||
var openapi = fs.readFileSync(specPath2, 'utf8');
|
||||
Converter.convert({ type: 'string', data: openapi }, { schemaFaker: true }, (err, conversionResult) => {
|
||||
expect(err).to.be.null;
|
||||
|
||||
Reference in New Issue
Block a user