test(bedrock): drop redundant recorder docstring

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
kerry 2026-09-19 00:43:51 +00:00
parent 6b082d3a01
commit 99659e9e7e

View file

@ -585,8 +585,6 @@ class _JsonBody:
class _AuthorizationRecorder:
"""Stands in for botocore's HTTP session and records the Authorization header of every request it receives."""
def __init__(self, body: Mapping[str, object]) -> None:
self._payload: Final = json.dumps(body, default=str).encode()
self.authorization_headers: tuple[str, ...] = ()