Skip to content
This repository has been archived by the owner on Feb 5, 2025. It is now read-only.

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 5a33f64 commit 03adae6
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 @@ -742,7 +742,7 @@ describe('OpenAPI EventCatalog Plugin', () => {
});

describe('$ref', () => {
it('OpenApi files with $ref are resolved and added to the catalog', async () => {
it('when saveParsedSpecFile is set, the OpenAPI files with $ref are resolved and added to the catalog', async () => {
const { getService, getCommand } = utils(catalogDir);

await plugin(config, {
Expand Down

0 comments on commit 03adae6

Please sign in to comment.