Skip to content

Commit

Permalink
Go back to 100% coverage.
Browse files Browse the repository at this point in the history
Broken in 1bf9d1d.
  • Loading branch information
aaugustin committed Oct 1, 2023
1 parent c9eefae commit ca5926e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/legacy/test_client_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ async def process_request(self, path, request_headers):

class ProcessRequestReturningIntProtocol(WebSocketServerProtocol):
async def process_request(self, path, request_headers):
if path == "/__health__/":
return 200, [], b"OK\n"
assert path == "/__health__/"
return 200, [], b"OK\n"


class SlowOpeningHandshakeProtocol(WebSocketServerProtocol):
Expand Down

0 comments on commit ca5926e

Please sign in to comment.