Skip to content

Commit

Permalink
fix(plugin): fixed issue using channels and custom registries
Browse files Browse the repository at this point in the history
  • Loading branch information
boyney123 committed Feb 6, 2025
1 parent 84c4c89 commit fa18d2d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/generator-eventbridge/src/test/plugin.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@ describe('EventBridge EventCatalog Plugin', () => {
expect(event).toEqual({
id: 'UserSignedUp',
name: 'UserSignedUp',
channels: [],
version: '1',
markdown: expect.any(String),
schemaPath: 'myapp.users@UserSignedUp-jsondraft.json',
Expand All @@ -313,7 +312,6 @@ describe('EventBridge EventCatalog Plugin', () => {
expect(event).toEqual({
id: 'UserSignedUp',
name: 'UserSignedUp',
channels: [],
version: '1',
markdown: expect.any(String),
schemaPath: 'myapp.users@UserSignedUp-jsondraft.json',
Expand Down Expand Up @@ -532,7 +530,6 @@ describe('EventBridge EventCatalog Plugin', () => {
expect(event).toEqual({
id: 'UserSignedUp',
name: 'UserSignedUp',
channels: [],
version: '1',
markdown: expect.any(String),
schemaPath: 'myapp.users@UserSignedUp-jsondraft.json',
Expand Down

0 comments on commit fa18d2d

Please sign in to comment.