Skip to content

Commit 96434d3

Browse files
Handle additional kwargs that can be passed in a requests.post method.
1 parent 4f8706c commit 96434d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gateway-api/src/gateway_api/provider/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def _fake_post(
4141
url: str,
4242
headers: CaseInsensitiveDict[str],
4343
data: str,
44-
timeout: int, # NOQA ARG001 (unused in stub)
44+
**_kwargs: str,
4545
) -> Response:
4646
"""A fake requests.post implementation."""
4747

0 commit comments

Comments
 (0)