Skip to content

Commit

Permalink
rm ct file (aws-cloudformation#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
markkuhn authored Mar 1, 2023
1 parent 548e7b2 commit 638b398
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
14 changes: 0 additions & 14 deletions aws-logs-metricfilter/overrides.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ void handleNonRetryableError() {
assertThat(response).isNotNull();
assertThat(response.getStatus()).isEqualTo(OperationStatus.FAILED);
assertThat(response.getCallbackDelaySeconds()).isZero();
assertTrue(response.getMessage().contains("Invalid request (Service: CloudWatchLogs, Status Code: 400, Request ID: e689f8f9-bc25-48de-86be-4cee73125707"));
assertThat(response.getMessage()).contains("Invalid request (Service: CloudWatchLogs, Status Code: 400, Request ID: e689f8f9-bc25-48de-86be-4cee73125707");
assertThat(response.getErrorCode()).isNotNull();
verify(proxyClient.client(), never()).putMetricFilter(any(PutMetricFilterRequest.class));
}
Expand Down Expand Up @@ -151,4 +151,4 @@ private static Stream<Arguments> exists() {
Arguments.of("filter-name", "", false)
);
}
}
}

0 comments on commit 638b398

Please sign in to comment.