1
0
Fork 0
mirror of synced 2024-06-30 20:10:54 +12:00

Fix multiple runs

This commit is contained in:
Adria Navarro 2024-03-12 10:02:39 +01:00
parent 26c98ea084
commit 3efaf01684

View file

@ -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,