Skip to content

Commit 8bf61c2

Browse files
committed
chore: suppress sonarqube CDK construct warnings
1 parent 4e65e28 commit 8bf61c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/data-masking/tests/e2e/dataMasking.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { join } from 'node:path';
2-
import { fromUtf8, toUtf8 } from '@smithy/util-utf8';
3-
import { InvokeCommand, LambdaClient } from '@aws-sdk/client-lambda';
42
import { TestStack } from '@aws-lambda-powertools/testing-utils';
53
import { TestNodejsFunction } from '@aws-lambda-powertools/testing-utils/resources/lambda';
4+
import { InvokeCommand, LambdaClient } from '@aws-sdk/client-lambda';
5+
import { fromUtf8, toUtf8 } from '@smithy/util-utf8';
66
import { Key } from 'aws-cdk-lib/aws-kms';
77
import { afterAll, beforeAll, describe, expect, it } from 'vitest';
88
import { RESOURCE_NAME_PREFIX } from './constants.js';

0 commit comments

Comments
 (0)