Fix multiple runs
This commit is contained in:
parent
26c98ea084
commit
3efaf01684
|
@ -209,7 +209,7 @@ describe("/api/global/groups", () => {
|
|||
|
||||
await Promise.all(
|
||||
Array.from({ length: 30 }).map(async (_, i) => {
|
||||
const email = `user${i}@example.com`
|
||||
const email = `user${i}+${generator.guid()}@example.com`
|
||||
const user = await config.api.users.saveUser({
|
||||
...structures.users.user(),
|
||||
email,
|
||||
|
|
Loading…
Reference in New Issue