I have completed all the modules as mentioned and completed check points of Skill Check too but I am getting error in the Test collection

I have added env variables and the values are updated too. I am not getting where I went wrong?


Script of Skill check

pm.test("Stats include all fields", function() {
let jsonData = pm.response.json().rand;
console.log(jsonData);
pm.environment.set("responseData", jsonData);
});

@swaaz Welcome to the Community :partying_face:

Oh I see, did you get a chance to update the collection link and tried to submit again? :slightly_smiling_face:

Yes, I did update the link every time I make changes. @bpricilla