Skip to content

Commit add748a

Browse files
committed
fix: remove unused code
1 parent 8bdb410 commit add748a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/event_handler/test_api_gateway.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ def another_one():
682682
def test_no_content_response():
683683
# GIVEN a response with no content-type or body
684684
response = Response(status_code=204, content_type=None, body=None, headers=None)
685-
response_builder = ResponseBuilder(response, serializer=json.dumps)
685+
response_builder = ResponseBuilder(response)
686686

687687
# WHEN calling to_dict
688688
result = response_builder.build(APIGatewayProxyEvent(LOAD_GW_EVENT))

0 commit comments

Comments
 (0)