Skip to content

Commit fed7d59

Browse files
committed
Merge branch 'test/prefix-users-for-test-encapsulation' into add--remove-companyName-from-user
2 parents 47c1033 + 4c96462 commit fed7d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helpers/createUser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export async function recreateUser(
4040

4141
export function getUserCredentials(credentials: Credentials) {
4242
const prefix =
43-
process.env.VITE_USER_PREFIX || Math.random().toString(36).substring(7);
43+
process.env.BUN_USER_PREFIX || Math.random().toString(36).substring(7);
4444

4545
const prefixedCredentials: Credentials = {
4646
email: `${prefix}-${credentials.email}`,

0 commit comments

Comments
 (0)