Skip to content

Commit 7b424fa

Browse files
committed
test(parser): replace hard-coded password in MigrateUserTrigger test with a generic placeholder
1 parent 9b77ef1 commit 7b424fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/parser/tests/unit/schema/cognito.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ describe('Schema: Cognito MigrateUserTrigger', () => {
307307
const baseMigrateUserEvent = {
308308
userName: 'testuser',
309309
request: {
310-
password: 'TestPass123!',
310+
password: 'dummyPass123!',
311311
validationData: {
312312
key1: 'value1',
313313
},

0 commit comments

Comments
 (0)