Tests: improved handshake for websocket tests.

This commit is contained in:
Andrey Zelenkov
2019-10-23 16:26:06 +03:00
parent f878b6eea5
commit 47436e9be5
2 changed files with 15 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ from unit.applications.websockets import TestApplicationWebsocket
class TestJavaWebsockets(TestApplicationJava):
prerequisites = {'modules': ['java']}
ws = TestApplicationWebsocket(True)
ws = TestApplicationWebsocket()
def setUp(self):
super().setUp()