You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am currently testing CORS logic using a test client for AWS Chalice.
As stated in the title, when the Client receives a Response with a body of None,
executing HTTPResponse.create_from_dict leads to an AttributeError.
Because it cannot perform a decode on a None type.
The text was updated successfully, but these errors were encountered:
Hello, I am currently testing CORS logic using a test client for AWS Chalice.
As stated in the title, when the Client receives a Response with a body of None,
executing
HTTPResponse.create_from_dict
leads to anAttributeError
.Because it cannot perform a decode on a None type.
The text was updated successfully, but these errors were encountered: