Skip to content

Commit

Permalink
Remove uncovered lines on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Nov 1, 2022
1 parent 91b0633 commit e562633
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/protocols/test_websocket.py
Expand Up @@ -568,9 +568,7 @@ async def app(scope, receive, send):
disconnect_message = await receive()

async def websocket_session(uri):
async with websockets.client.connect(uri):
while True:
await asyncio.sleep(0.1)
await websockets.client.connect(uri)

config = Config(app=app, ws=ws_protocol_cls, http=http_protocol_cls, lifespan="off")
async with run_server(config):
Expand Down

0 comments on commit e562633

Please sign in to comment.