assert.rejects(
                    async () => {
                        await hub.pubsub.subscribe({ data, socket });
                    },
                    { message: 'No client id was found on the WebSocket' }