Skip to content

Commit

Permalink
removed content parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
fullerzz committed Mar 2, 2024
1 parent db2213a commit ea7b53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bin/test_server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ async def post_foo(request: Request) -> Response:

@get("/exception")
async def mock_exception() -> Response:
return Response(500, content=b"Internal Server Error")
return Response(500)

0 comments on commit ea7b53d

Please sign in to comment.