X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/efe0283919eb18e60ad876eaf6edef03c6cf04b3..35ce0164f3863e7117fade1319ed3c2789bc216a:/src/models/test-utils.ts diff --git a/src/models/test-utils.ts b/src/models/test-utils.ts index 49eea605..1e1041a1 100644 --- a/src/models/test-utils.ts +++ b/src/models/test-utils.ts @@ -23,7 +23,8 @@ export const mockGroupResource = (data: Partial = {}): GroupResou properties: "", trashAt: "", uuid: "", - writeableBy: [], + writableBy: [], + ensure_unique_name: true, ...data }); @@ -34,7 +35,7 @@ export const mockCommonResource = (data: Partial): Resource => ({ createdAt: "", etag: "", href: "", - kind: "", + kind: ResourceKind.NONE, modifiedAt: "", modifiedByClientUuid: "", modifiedByUserUuid: "",