From 95bdea392583afc79d433b8b3698c57d964d9ef3 Mon Sep 17 00:00:00 2001 From: Tom <144813356+ttalty@users.noreply.github.com> Date: Wed, 24 Jul 2024 14:39:00 -0400 Subject: [PATCH] [PM-4311] - Collections test fix (#10248) * populate the collection's external id when importing * Fixing the collections test case --------- Co-authored-by: Andre Rosado --- libs/common/src/vault/models/domain/collection.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,