mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 09:12:42 +00:00
test: close bootstrap ws in approval bypass suite
This commit is contained in:
@@ -65,6 +65,7 @@ describe("node.invoke approval bypass", () => {
|
|||||||
const started = await startServerWithClient("secret", { controlUiEnabled: true });
|
const started = await startServerWithClient("secret", { controlUiEnabled: true });
|
||||||
server = started.server;
|
server = started.server;
|
||||||
port = started.port;
|
port = started.port;
|
||||||
|
started.ws.close();
|
||||||
});
|
});
|
||||||
|
|
||||||
afterAll(async () => {
|
afterAll(async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user