Skip to content

Commit

Permalink
refactor: removing output logging in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafał Pawłaszek committed Jan 9, 2024
1 parent d021688 commit 6302cf0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/core/flows/on-demand-flow-metrics.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ describe('OnDemandFlow metrics', () => {
addAlarmForMetric(stack, flow.metricFlowExecutionRecordsProcessed(), 'FlowExecutionRecordsProcessedAlarm');

const template = Template.fromStack(stack);
console.log(JSON.stringify(template.toJSON()));

template.resourceCountIs('AWS::CloudWatch::Alarm', 5);
template.hasResourceProperties('AWS::CloudWatch::Alarm', {
Expand Down

0 comments on commit 6302cf0

Please sign in to comment.