Skip to content

Commit c23312e

Browse files
committed
fix: remove unused code
1 parent dbebe2a commit c23312e

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
@@ -681,7 +681,7 @@ def another_one():
681681
def test_no_content_response():
682682
# GIVEN a response with no content-type or body
683683
response = Response(status_code=204, content_type=None, body=None, headers=None)
684-
response_builder = ResponseBuilder(response, serializer=json.dumps)
684+
response_builder = ResponseBuilder(response)
685685

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

0 commit comments

Comments
 (0)