Tests: fixed recv_bytes() in websockets.py.

This commit is contained in:
Andrey Zelenkov
2019-09-02 18:03:33 +03:00
parent 790b4f8f00
commit 1cfd329b3d
2 changed files with 3 additions and 11 deletions

View File

@@ -386,7 +386,6 @@ class TestNodeWebsockets(TestApplicationNode):
# validation for websocket frames. It should be implemented
# by application, if necessary.
@unittest.skip('not yet')
def test_node_websockets_1_1_1__1_1_8(self):
self.load('websockets/mirror')
@@ -413,7 +412,6 @@ class TestNodeWebsockets(TestApplicationNode):
self.close_connection(sock)
@unittest.skip('not yet')
def test_node_websockets_1_2_1__1_2_8(self):
self.load('websockets/mirror')