We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b60ae6 commit 6eafa42Copy full SHA for 6eafa42
packages/smithy-http/tests/unit/aio/test_crt.py
@@ -62,7 +62,7 @@ async def test_port_included_in_host_header(host: str, expected: str) -> None:
62
body=BytesIO(),
63
fields=Fields(),
64
)
65
- crt_request, _ = await client._marshal_request(request) # type: ignore
+ crt_request = client._marshal_request(request) # type: ignore
66
assert crt_request.headers.get("host") == expected # type: ignore
67
68
0 commit comments