Skip to content

Commit 3ea4826

Browse files
CCM-10257: Implement Eventpub in Core - Schema Validation
1 parent ab06804 commit 3ea4826

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • infrastructure/modules/eventpub/lambda/eventpub/src/__tests__

infrastructure/modules/eventpub/lambda/eventpub/src/__tests__/index.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ describe('SNS to EventBridge Lambda', () => {
4949
beforeEach(() => {
5050
eventBridgeMock.reset();
5151
sqsMock.reset();
52-
process.env.THROTTLE_DELAY_MS = undefined;
5352
});
5453

5554
test('Valid event is sent to the correct EventBridge bus', async () => {

0 commit comments

Comments
 (0)