Skip to content

Commit

Permalink
inserted changes asked by code review
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurprioli committed Oct 30, 2024
1 parent 2cea4f6 commit f911793
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions falcon/testing/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -814,11 +814,11 @@ async def _simulate_request_asgi(
overrides `body` and sets the Content-Type header to
``'application/json'``, overriding any value specified by either
the `content_type` or `headers` arguments.
msgpack(Msgpack serializable): A Msgpack document to serialize as the
body of the request (default: ``None``). If specified,
overrides `body` and sets the Content-Type header to
``'application/msgpack'``, overriding any value specified by
either the `content_type` or `headers` arguments.
msgpack(Msgpack serializable): A Msgpack document to serialize as the
body of the request (default: ``None``). If specified,
overrides `body` and sets the Content-Type header to
``'application/msgpack'``, overriding any value specified by
either the `content_type` or `headers` arguments.
host(str): A string to use for the hostname part of the fully
qualified request URL (default: 'falconframework.org')
remote_addr (str): A string to use as the remote IP address for the
Expand Down

0 comments on commit f911793

Please sign in to comment.