diff --git a/libs/common/src/vault/models/domain/collection.spec.ts b/libs/common/src/vault/models/domain/collection.spec.ts index ecbb1df083..2b01a3ff03 100644 --- a/libs/common/src/vault/models/domain/collection.spec.ts +++ b/libs/common/src/vault/models/domain/collection.spec.ts @@ -42,7 +42,7 @@ describe("Collection", () => { id: "id", organizationId: "orgId", name: { encryptedString: "encName", encryptionType: 0 }, - externalId: "extId", + externalId: { encryptedString: "extId", encryptionType: 0 }, readOnly: true, manage: true, hidePasswords: true,