Skip to content

Commit e9675ef

Browse files
committed
Removed empty body from Request creation
1 parent 18e1c6e commit e9675ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/unit/services/apigateway/test_handler_integration_request.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ def default_invocation_request() -> InvocationRequest:
8989
headers={"header": ["header1", "header2"]},
9090
path=f"{TEST_API_STAGE}/resource/path",
9191
query_string="qs=qs1&qs=qs2",
92-
body=b"",
9392
)
9493
)
9594
request["path_parameters"] = {"proxy": "path"}

0 commit comments

Comments
 (0)