Skip to content

Commit

Permalink
chore(aws-appsync): Change name of the test
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmoszkowicz committed Apr 23, 2024
1 parent 171bd98 commit aa607a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-appsync/test/appsync-http.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ describe('Http Data Source configuration', () => {
});
});

test('appsync configures name correctly', () => {
test('appsync configures metrics config correctly', () => {
// WHEN
api.addHttpDataSource('ds', endpoint, {
metricsConfig: appsync.MetricsConfig.ENABLED,
Expand Down

0 comments on commit aa607a7

Please sign in to comment.