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 c3c1374 commit 7be86c5
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 @@ -773,7 +773,7 @@ describe('OpenAPI EventCatalog Plugin', () => {
expect(normalizeLineEndings(asyncAPIFile)).toEqual(normalizeLineEndings(expected));
});

it('OpenApi files with $ref are resolved and added to the catalog', async () => {
it('when savedParsedSpecFile 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 7be86c5

Please sign in to comment.