chore: update test code for websocket

This commit is contained in:
xiaofeng.mxf
2021-08-30 00:27:17 +08:00
parent 42e43fca7b
commit 570acb6519
5 changed files with 127 additions and 371 deletions

View File

@@ -10,7 +10,6 @@ describe('Rule to replace the websocket message', () => {
let proxyServer = null;
beforeAll((done) => {
jasmine.DEFAULT_TIMEOUT_INTERVAL = 50000;
printLog('Start server for rule_replace_ws_message_spec');
testServer = new TestServer();