test: close bootstrap ws in approval bypass suite
This commit is contained in:
parent
83a2926328
commit
27053826e5
@ -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 () => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user