From af64b185181abd7bbcda95149f18b495da82987f Mon Sep 17 00:00:00 2001 From: ITOH Date: Mon, 3 Apr 2023 00:16:25 +0200 Subject: [PATCH] forgot to commit that --- packages/gateway/tests/integration/connection.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gateway/tests/integration/connection.spec.ts b/packages/gateway/tests/integration/connection.spec.ts index f6c6f06ad..6cb1719cf 100644 --- a/packages/gateway/tests/integration/connection.spec.ts +++ b/packages/gateway/tests/integration/connection.spec.ts @@ -15,7 +15,7 @@ const createGatewayManagerWithPort = (port: number) => maxConcurrency: 1, }, }, - applicationId: 1n, + token: ' ', url: `ws://localhost:${port}`, intents: Intents.Guilds, events: {},