diff --git a/meteor/__mocks__/webapp.ts b/meteor/__mocks__/webapp.ts index 4e0b5a4a93..28bb8d218e 100644 --- a/meteor/__mocks__/webapp.ts +++ b/meteor/__mocks__/webapp.ts @@ -1,5 +1,5 @@ export const WebAppMock = { - rawConnectHandlers: { + rawHandlers: { use: (): void => { // No web server to setup },