1
0
Fork 0
mirror of synced 2024-06-27 02:20:35 +12:00

Merge pull request #13296 from Budibase/fix-flaky-scim-test

Fix flaky scim test.
This commit is contained in:
Sam Rose 2024-03-19 15:49:57 +00:00 committed by GitHub
commit 4b4ed34e25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,7 @@ import { generator } from "./generator"
export function userGroup(): UserGroup {
return {
name: generator.word(),
name: generator.guid(),
icon: generator.word(),
color: generator.word(),
}