diff --git a/docs/sanic/testing.md b/docs/sanic/testing.md index 2012203d..8ea4a2b7 100644 --- a/docs/sanic/testing.md +++ b/docs/sanic/testing.md @@ -30,7 +30,6 @@ The `test_client` methods accept the following arguments and keyword arguments: original request will be returned by the function. If set to `True`, the return value is a tuple of `(request, response)`, if `False` only the response is returned. -- `loop` *(default `None`)* The event loop to use. - `server_kwargs` *(default `{}`) a dict of additional arguments to pass into `app.run` before the test request is run. - `debug` *(default `False`)* A boolean which determines whether to run the server in debug mode.