From b641bbf229cc8656bba95550b579b2bb9a7fe81d Mon Sep 17 00:00:00 2001 From: Tuan Dang Date: Sun, 10 Mar 2024 12:47:26 -0700 Subject: [PATCH] Update test user username back to email-based --- backend/src/db/seed-data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/db/seed-data.ts b/backend/src/db/seed-data.ts index 13bb77f3cc..5f4ea1b4fa 100644 --- a/backend/src/db/seed-data.ts +++ b/backend/src/db/seed-data.ts @@ -21,7 +21,7 @@ export let userPublicKey: string | undefined; export const seedData1 = { id: "3dafd81d-4388-432b-a4c5-f735616868c1", - username: process.env.TEST_USER_USERNAME || "test", + username: process.env.TEST_USER_USERNAME || "test@localhost.local", email: process.env.TEST_USER_EMAIL || "test@localhost.local", password: process.env.TEST_USER_PASSWORD || "testInfisical@1", organization: {