1 parent f540264 commit 7b294b6Copy full SHA for 7b294b6
1 file changed
test/orchestrator/connect/socket-server.test.ts
@@ -376,6 +376,7 @@ describe('Connect server tests', () => {
376
})
377
});
378
379
+ console.log(await commandResponse.text());
380
server.close();
381
expect(commandResponse.ok).to.be.true;
382
done();
0 commit comments