Skip to content

Commit 3faf0c8

Browse files
committed
Update test client
1 parent 68ec7b5 commit 3faf0c8

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • emmett_core/protocols/rsgi/test_client

emmett_core/protocols/rsgi/test_client/client.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ def __exit__(self, exc_type, exc_value, tb):
4242
class ClientHTTPHandlerMixin:
4343
_client_ctx_cls = ClientContext
4444

45-
def __call__(self, scope, protocol):
46-
return self.handle_request(scope, protocol)
47-
4845
async def dynamic_handler(self, scope, protocol, path):
4946
request = self.__class__.wapper_cls(
5047
scope,

0 commit comments

Comments
 (0)