Skip to content

Commit 4c96462

Browse files
committed
chore: env renaming
1 parent 9e06681 commit 4c96462

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
@@ -42,7 +42,7 @@ export async function recreateUser(
4242

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

4747
const prefixedCredentials: Credentials = {
4848
email: `${prefix}-${credentials.email}`,

0 commit comments

Comments
 (0)