From aa607a7f80dc9bfa465f44522e7ada5fd04b918a Mon Sep 17 00:00:00 2001 From: Piotr Moszkowicz Date: Tue, 23 Apr 2024 21:59:14 +0000 Subject: [PATCH] chore(aws-appsync): Change name of the test --- packages/aws-cdk-lib/aws-appsync/test/appsync-http.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/aws-cdk-lib/aws-appsync/test/appsync-http.test.ts b/packages/aws-cdk-lib/aws-appsync/test/appsync-http.test.ts index 8f0ed14e6a043..0c7e016bd2f23 100644 --- a/packages/aws-cdk-lib/aws-appsync/test/appsync-http.test.ts +++ b/packages/aws-cdk-lib/aws-appsync/test/appsync-http.test.ts @@ -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,