Skip to content

Commit

Permalink
Update CloudWatchServiceIntegrationTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
scmacdon authored Apr 8, 2020
1 parent 32f8961 commit 438bdd7
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,7 @@ public void whenInitializingAWSCWService_thenNotNull() {
public void CreateAlarm() {

try {

PutMetricAlarm.putMetricAlarm(cw,alarmName,instanceId );


} catch (CloudWatchException e) {
System.err.println(e.awsErrorDetails().errorMessage());
System.exit(1);
Expand Down Expand Up @@ -140,7 +137,6 @@ public void DescribeSubscriptionFilters() {
public void DisableAlarmActions() {

try {

DisableAlarmActions.disableActions(cw, alarmName);
} catch (CloudWatchException e) {
System.err.println(e.awsErrorDetails().errorMessage());
Expand Down

0 comments on commit 438bdd7

Please sign in to comment.