test: normalize rebase fallout (#52428) (thanks @karanuppal)

This commit is contained in:
Peter Steinberger 2026-03-22 23:28:13 +00:00
parent a5ace56a19
commit a2999c6cfb
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ import { installConnectedControlUiServerSuite } from "./test-with-server.js";
installGatewayTestHooks({ scope: "suite" });
const CHAT_RESPONSE_TIMEOUT_MS = 4_000;
type GetReplyOptions = Parameters<typeof getReplyFromConfig>[1];
let ws: WebSocket;
let port: number;