My question:
I have added the status 200 test as per the documentation and set collection variables user_id and session_token as token but one of my tests is failing during submission.
Hey @w4dd325
I did the change you mentioned but the issue still persists. I tried the following things.
Change that you specified.
const result = pm.response.json() and then const res = result.response. The reason being in the response body, the object is of the form below. So I need to use pm.response.json().response;