diff --git a/tests/api/ws/auditStream.test.js b/tests/api/ws/auditStream.test.js index 5a7bab951..19de81ac2 100644 --- a/tests/api/ws/auditStream.test.js +++ b/tests/api/ws/auditStream.test.js @@ -305,6 +305,7 @@ describe('Audit Log WebSocket Stream', () => { sendJson(ws, { type: 'auth', ticket: makeTicket() }); await q.next(); // auth_ok sendJson(ws, { type: 'filter', guildId: 'guild2' }); + const filterError = await q.next(); expect(filterError).toEqual({ type: 'error',