mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
cleanup based on new js-sdk impl
This commit is contained in:
@@ -38,7 +38,7 @@ describe("LocalTransport", () => {
|
||||
getDeviceId: vi.fn(),
|
||||
},
|
||||
ownMembershipIdentity: ownMemberMock,
|
||||
useMatrix2$: constant(false),
|
||||
useOldJwtEndpoint$: constant(false),
|
||||
delayId$: constant("delay_id_mock"),
|
||||
});
|
||||
await flushPromises();
|
||||
@@ -76,7 +76,7 @@ describe("LocalTransport", () => {
|
||||
getDeviceId: vi.fn(),
|
||||
},
|
||||
ownMembershipIdentity: ownMemberMock,
|
||||
useMatrix2$: constant(false),
|
||||
useOldJwtEndpoint$: constant(false),
|
||||
delayId$: constant("delay_id_mock"),
|
||||
});
|
||||
localTransport$.subscribe(
|
||||
@@ -116,7 +116,7 @@ describe("LocalTransport", () => {
|
||||
baseUrl: "https://lk.example.org",
|
||||
},
|
||||
ownMembershipIdentity: ownMemberMock,
|
||||
useMatrix2$: constant(false),
|
||||
useOldJwtEndpoint$: constant(false),
|
||||
delayId$: constant("delay_id_mock"),
|
||||
});
|
||||
|
||||
@@ -155,7 +155,7 @@ describe("LocalTransport", () => {
|
||||
baseUrl: "https://lk.example.org",
|
||||
},
|
||||
ownMembershipIdentity: ownMemberMock,
|
||||
useMatrix2$: constant(false),
|
||||
useOldJwtEndpoint$: constant(false),
|
||||
delayId$: constant("delay_id_mock"),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user