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
I expect this to be true for other mocks objects as well. The problems happens where JSON.hash calls jsonlib.dumps which requires the value to be json serializable.
TypeError: Object of type _ANY is not JSON serializable
I expect this to be true for other mocks objects as well. The problems happens where
JSON.hashcallsjsonlib.dumpswhich requires the value to be json serializable.