mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00
no fake requried
This commit is contained in:
parent
7d27243505
commit
eac0139fb3
@ -118,7 +118,6 @@ describe('Inbound (Generic) Webhooks', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('should allow disabling hook data in matrix events.', async () => {
|
it('should allow disabling hook data in matrix events.', async () => {
|
||||||
jest.useFakeTimers();
|
|
||||||
const user = testEnv.getUser('user');
|
const user = testEnv.getUser('user');
|
||||||
const roomId = await user.createRoom({ name: 'My Test Webhooks room'});
|
const roomId = await user.createRoom({ name: 'My Test Webhooks room'});
|
||||||
const okMsg = user.waitForRoomEvent({ eventType: "m.room.message", sender: testEnv.botMxid, roomId });
|
const okMsg = user.waitForRoomEvent({ eventType: "m.room.message", sender: testEnv.botMxid, roomId });
|
||||||
|
Loading…
x
Reference in New Issue
Block a user