test: close bootstrap ws in approval bypass suite

This commit is contained in:
Peter Steinberger
2026-02-22 12:55:22 +00:00
parent 83a2926328
commit 27053826e5

View File

@@ -65,6 +65,7 @@ describe("node.invoke approval bypass", () => {
const started = await startServerWithClient("secret", { controlUiEnabled: true });
server = started.server;
port = started.port;
started.ws.close();
});
afterAll(async () => {