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:
@@ -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([
|
||||
|
||||
Reference in New Issue
Block a user