Skip to content

Commit

Permalink
Update src/test/plugin.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
boyney123 authored Oct 21, 2024
1 parent 9bba9e0 commit 5a33f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/plugin.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ describe('OpenAPI EventCatalog Plugin', () => {
expect(schema).toBeDefined();
});

it('the original openapi file is not added but the parsed version', async () => {
it('when savedParsedSpecFile is true, the openapi is parsed and refs are resolved', async () => {
const { getService } = utils(catalogDir);
await plugin(config, {
services: [{ path: join(openAPIExamples, 'petstore.yml'), id: 'swagger-petstore' }],
Expand Down

0 comments on commit 5a33f64

Please sign in to comment.