Skip to content

Commit 6eafa42

Browse files
committed
adding required updates after rebase
1 parent 2b60ae6 commit 6eafa42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/smithy-http/tests/unit/aio/test_crt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ async def test_port_included_in_host_header(host: str, expected: str) -> None:
6262
body=BytesIO(),
6363
fields=Fields(),
6464
)
65-
crt_request, _ = await client._marshal_request(request) # type: ignore
65+
crt_request = client._marshal_request(request) # type: ignore
6666
assert crt_request.headers.get("host") == expected # type: ignore
6767

6868

0 commit comments

Comments
 (0)