Skip to content

Commit

Permalink
Minor neats
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Mar 5, 2018
1 parent d1728f0 commit 0f93822
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ docs/_build/
nosetests.xml
pyrami_sockjs/coverage.xml
.cache
.pytest_cache
1 change: 0 additions & 1 deletion tests/test_transport_websocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ async def test_process_release_acquire_and_remote_closed(make_transport):
transp.session.interrupted = False
transp.manager.acquire = make_mocked_coro()
transp.manager.release = make_mocked_coro()
transp.request._transport = mock.Mock()
resp = await transp.process()
assert resp.status == 101
assert resp.headers.get('upgrade', '').lower() == 'websocket'
Expand Down

0 comments on commit 0f93822

Please sign in to comment.