[PM-4311] - Collections test fix (#10248)
* populate the collection's external id when importing * Fixing the collections test case --------- Co-authored-by: Andre Rosado <arosado@bitwarden.com>
This commit is contained in:
parent
61713e5fe4
commit
95bdea3925
|
@ -42,7 +42,7 @@ describe("Collection", () => {
|
||||||
id: "id",
|
id: "id",
|
||||||
organizationId: "orgId",
|
organizationId: "orgId",
|
||||||
name: { encryptedString: "encName", encryptionType: 0 },
|
name: { encryptedString: "encName", encryptionType: 0 },
|
||||||
externalId: "extId",
|
externalId: { encryptedString: "extId", encryptionType: 0 },
|
||||||
readOnly: true,
|
readOnly: true,
|
||||||
manage: true,
|
manage: true,
|
||||||
hidePasswords: true,
|
hidePasswords: true,
|
||||||
|
|
Loading…
Reference in New Issue