Remove MatrixClient.requestVerification call (#28216)

This commit is contained in:
Florian Duros 2024-10-21 12:47:00 +02:00 committed by GitHub
parent 02e0aca98d
commit b45b06edad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 24 deletions

View file

@ -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"),