mirror of
https://github.com/bitwarden/browser
synced 2026-02-18 10:23:52 +00:00
fixed tests
This commit is contained in:
@@ -775,6 +775,7 @@ describe("Cipher DTO", () => {
|
||||
organizationId: "orgId",
|
||||
folderId: "folderId",
|
||||
edit: true,
|
||||
permissions: new CipherPermissionsApi(),
|
||||
viewPassword: true,
|
||||
organizationUseTotp: true,
|
||||
favorite: false,
|
||||
@@ -872,7 +873,7 @@ describe("Cipher DTO", () => {
|
||||
reprompt: SdkCipherRepromptType.None,
|
||||
organizationUseTotp: true,
|
||||
edit: true,
|
||||
permissions: undefined,
|
||||
permissions: new CipherPermissionsApi(),
|
||||
viewPassword: true,
|
||||
localData: undefined,
|
||||
attachments: [
|
||||
|
||||
Reference in New Issue
Block a user