mirror of
https://github.com/postmanlabs/openapi-to-postman.git
synced 2022-11-29 22:05:00 +03:00
added issue ID into test description
This commit is contained in:
@@ -41,7 +41,7 @@ describe('CONVERT FUNCTION TESTS ', function() {
|
||||
done();
|
||||
});
|
||||
});
|
||||
it('Issue ID: #90-Should create a request using local server instead of global server ' +
|
||||
it('[Github #90] - Should create a request using local server instead of global server ' +
|
||||
specPath2, function(done) {
|
||||
Converter.convert({ type: 'file', data: specPath2 }, { schemaFaker: true }, (err, conversionResult) => {
|
||||
expect(err).to.be.null;
|
||||
|
||||
Reference in New Issue
Block a user