Skip to content

Commit

Permalink
chore: refactor webhook processor component test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
aanshi07 committed May 22, 2024
1 parent cf0b138 commit c0e8147
Show file tree
Hide file tree
Showing 2 changed files with 204 additions and 1,493 deletions.
11 changes: 11 additions & 0 deletions test/integrations/destinations/webhook/commonConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,14 @@ export const destinationWithoutHeaders = {
},
DestinationDefinition: { Config: { cdkV2Enabled: true } },
};

export const destinationWithWrongUrl = {
Config: {
webhookUrl: 'https://6b0e6a60.',
},
DestinationDefinition: {
Config: {
cdkV2Enabled: true,
},
},
};
Loading

0 comments on commit c0e8147

Please sign in to comment.