Skip to content

Commit 03bf124

Browse files
committed
chore: regex fix
Signed-off-by: Kevin Shan <[email protected]>
1 parent 4e05757 commit 03bf124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amplify-codegen-e2e-tests/src/cleanup-e2e-resources.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ type AWSAccountInfo = {
9292
};
9393

9494
const BUCKET_TEST_REGEX = /test/;
95-
const IAM_TEST_REGEX = /!RotateE2eAwsToken-e2eTestContextRole|-integtest$|^amplify-|^eu-|^us-|^ap-/;
95+
const IAM_TEST_REGEX = /!RotateE2eAwsToken-e2eTestContextRole|-integtest|^amplify-|^eu-|^us-|^ap-/;
9696
const STALE_DURATION_MS = 2 * 60 * 60 * 1000; // 2 hours in milliseconds
9797

9898
const isCI = (): boolean => process.env.CI && process.env.CODEBUILD ? true : false;

0 commit comments

Comments
 (0)