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 am trying to do some unit tests and i used requests_mock.
I got an error "Invalid or incomplete introspection result. Ensure that you are passing the 'data' attribute of an introspection response and no 'errors' were returned alongside"
i searched for mock test instructions in the doco but cant find anything. i found with graphine one seemed to be able to mock a test by patching it. Not sure if there is a go-to solution with this client?