Skip to content

Commit

Permalink
Update e2e/validate-schema.e2e-spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec authored Mar 25, 2022
1 parent ae7153f commit 979df09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion e2e/validate-schema.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ describe('Validate OpenAPI schema', () => {

it('should consider explicit config over auto-detected schema', async () => {
const document = SwaggerModule.createDocument(app, options);
console.log('document.paths[\'/api/cats/download\'][\'responses\']', document.paths['/api/cats/download']['responses']);
expect(document.paths['/api/cats/download'].get.responses).toEqual({
'200': {
description: 'binary file for download',
Expand Down

0 comments on commit 979df09

Please sign in to comment.