Skip to content

Commit 7ad51a7

Browse files
update user ids
1 parent 017b7fd commit 7ad51a7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/tss/test/tss.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ TEST_KEY_TYPES.forEach((TSS_KEY_TYPE) => {
332332
const deviceTSSIndex = 3;
333333

334334
sp.authConnectionId = "torus-test-health";
335-
sp.userId = `exportUser${TSS_KEY_TYPE}@example.com`;
335+
sp.userId = `exportUser${TSS_KEY_TYPE}@example.com-1`;
336336
const { signatures, postboxkey } = await fetchPostboxKeyAndSigs({
337337
serviceProvider: sp,
338338
authConnectionId: sp.authConnectionId,
@@ -479,7 +479,7 @@ TEST_KEY_TYPES.forEach((TSS_KEY_TYPE) => {
479479
before("setup", async function () {
480480
const sp = torusSP;
481481
sp.authConnectionId = "torus-test-health";
482-
sp.userId = `test192${TSS_KEY_TYPE}@example.com`;
482+
sp.userId = `test192${TSS_KEY_TYPE}@example.com-1`;
483483
const { signatures: authSignatures, postboxkey } = await fetchPostboxKeyAndSigs({
484484
serviceProvider: sp,
485485
authConnectionId: sp.authConnectionId,
@@ -576,7 +576,7 @@ TEST_KEY_TYPES.forEach((TSS_KEY_TYPE) => {
576576

577577
before("setup", async function () {
578578
sp.authConnectionId = "torus-test-health";
579-
sp.userId = `test193${TSS_KEY_TYPE}@example.com`;
579+
sp.userId = `test193${TSS_KEY_TYPE}@example.com-1`;
580580
const { signatures: authSignatures, postboxkey } = await fetchPostboxKeyAndSigs({
581581
serviceProvider: sp,
582582
authConnectionId: sp.authConnectionId,

0 commit comments

Comments
 (0)