im sure im missing something but im unsure what
i want to show that tracktype is above 0
i wrote this:-
pm.test(“Track type is modified correctly”, function (){
pm.expect(response.trackType).to.be.above(0)
})
and im getting this error
AssertionError: expected undefined to be a number or a date