Skip to content

Commit

Permalink
only use normal admins
Browse files Browse the repository at this point in the history
  • Loading branch information
clauyan committed Nov 21, 2024
1 parent 5fa9f9f commit 6987022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loadtest/util/users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ for (const [key, role] of Object.entries(ROLE)) {
export function getDefaultAdminMix(maxUsers?: number): UserMix {
return new UserMix(
{
SYSADMIN: mapRoleToCount(ROLE.SYSADMIN),
// SYSADMIN: mapRoleToCount(ROLE.SYSADMIN),
LEIT: mapRoleToCount(ROLE.LEIT),
},
maxUsers,
Expand Down

0 comments on commit 6987022

Please sign in to comment.