1
0
mirror of https://github.com/bitwarden/browser synced 2026-03-01 02:51:24 +00:00

rename flag to emails (#18955)

This commit is contained in:
John Harrington
2026-02-13 10:23:25 -07:00
committed by GitHub
parent ab702e3a1a
commit ab0739b693
5 changed files with 29 additions and 23 deletions

View File

@@ -81,7 +81,7 @@ describe("SendEditCommand", () => {
const requestJson = encodeRequest(requestData);
const cmdOptions = {
email: ["test@example.com"],
emails: ["test@example.com"],
};
sendService.encrypt.mockResolvedValue([
@@ -155,7 +155,7 @@ describe("SendEditCommand", () => {
const requestJson = encodeRequest(requestData);
const cmdOptions = {
email: ["test@example.com"],
emails: ["test@example.com"],
password: "testPassword123",
};
@@ -239,7 +239,7 @@ describe("SendEditCommand", () => {
const requestJson = encodeRequest(requestData);
const cmdOptions = {
email: ["cli@example.com"],
emails: ["cli@example.com"],
};
const response = await command.run(requestJson, cmdOptions);
@@ -277,7 +277,7 @@ describe("SendEditCommand", () => {
const requestJson = encodeRequest(requestData);
const cmdOptions = {
email: ["cli@example.com"],
emails: ["cli@example.com"],
};
sendService.encrypt.mockResolvedValue([