Remove MatrixClient.requestVerification
call (#28216)
This commit is contained in:
parent
02e0aca98d
commit
b45b06edad
3 changed files with 2 additions and 24 deletions
|
@ -97,7 +97,6 @@ export function createTestClient(): MatrixClient {
|
|||
getDeviceId: jest.fn().mockReturnValue("ABCDEFGHI"),
|
||||
getStoredCrossSigningForUser: jest.fn(),
|
||||
getStoredDevice: jest.fn(),
|
||||
requestVerification: jest.fn(),
|
||||
deviceId: "ABCDEFGHI",
|
||||
getDevices: jest.fn().mockResolvedValue({ devices: [{ device_id: "ABCDEFGHI" }] }),
|
||||
getSessionId: jest.fn().mockReturnValue("iaszphgvfku"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue